getsentry / getsentry/sentry-python
Remove try/excepts that exist for Python 2 compatibility
Open
good first issue
Python
Refactoring
Task
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 669
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 213
Description
As we no longer support Python 2, we should clean up the residual code that we have around that `try/except`s modules that didn't exist in Python 2 but do in Python 3.
See this experimental branch for some examples: [https://github.com/getsentry/sentry-python/pull/6091/changes]()
Contributor guide
Assessment
This issue has not been assessed yet.