-
Notifications
You must be signed in to change notification settings - Fork 5.7k
drop python2 support #1538
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
Comments
Arguably the most important part |
@jh0ker funny how you write the most work required part. But yes. We should. |
Took the liberty to add some ToDos to the description ;) We can update that list, if we stumble across some workaround while coding something else … |
Hey, if possible I would like to work on this. |
Sure, please go ahead :) |
Pull request is now live #1715... |
Closed by #1715 |
That means to remove it from:
We can even think about dropping all the python2 workarounds we have in the library itself:
future
from requirements and all the imports_UTC
intelegram.utils.helpers
telegram.InputFile.__init__()
from builtins import str
intelegram.utilts.request
test_send_on_server_emoji
test.updater
(This list is not comprehensive)
The text was updated successfully, but these errors were encountered: