-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Delete all Python 2 compatibility code #1288
Conversation
Whoa! We going 3-only for 20+? |
Yes :) #1195 |
@tilgovi Why? But yes, like said on #1195 we don't drop the support of 2.x anyway. The 19.X branch will continue to receive updates but no more new features though some backports will be possible if requested. I think it's a good plan, anyway, maintaining 2 versions starts to be really difficult. Also it will allow us to give plain support for the async, asyncio APIS and such things. |
All good! |
FYI: I'm planning to add scripts to make backporting and release process
easier.
|
When would you all like to branch for 20? |
I would love to branch R19 off any time we're ready, and move master toward R20. |
Superseded by #1764. |
gunicorn/_compat.py
gunicorn.selectors
gunicorn/http/_sendfile.py