You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @WillFM, thanks for the feedback. The callout is only for Python 3.6.
Adding the word "specifically" is redundant, since no other version numbers are listed in that sentence. If a piece of information were to apply to multiple Python versions, we would write something like "Version X.Y and later," "Version X.Y and earlier," "From version X.Y to version W.Z," or "Versions X.Y and W.Z." If we say something about "Version X.Y," you can safely assume that whatever we are talking about specifically refers to only version X.Y.
Also, Python 3.6 is the oldest Python version that the Sentry SDK supports, so in this case, writing "Python 3.6 or earlier" would not make any sense.
I am going to close this issue, since I don't think we need to make any changes to the docs here. Please let us know if you are still confused about anything though; we are happy to help clarify anything you are confused about!
SDK
Python SDK
Description
On https://docs.sentry.io/platforms/python/integrations/aiohttp/
it says:
This is unclear, if it means specifically just Python 3.6, or everything also before or after Python 3.6
Suggested Solution
Add some clarifying verbiage. explicitly calling out if it specifically Python 3.6.
examples:
The text was updated successfully, but these errors were encountered: