-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix remaining Python 3 compatibility issues #1029
Conversation
🥇 🎆 🎉 |
7da10a8 seems good to me during quick testing on python3.6, when can we expect the 4.0 release? |
nice! |
Just this repo, httplib2, and the Mozilla build tools left on https://python3wos.appspot.com |
When version 4 is release or version to support python 3...? 👍 |
FYI, httplib2 is no longer there since v0.11.0 (released 2 days ago): httplib2/httplib2#50 (comment) |
`supervisord` drop support for Python 2.6 in Supervisor/supervisor#1029
`supervisord` drop support for Python 2.6 in Supervisor/supervisor#1029
This pull request applies a patch submitted by @vsajip that overhauls bytes/strings handling inside
supervisord
to fix all of the open Python 3 issues. Test cases are included for all of those issues.Closes #471
Closes #565
Closes #638
Closes #663
Closes #664
Closes #835
Closes #836
Closes #974
Thank you @vsajip!