Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
16 lines (12 loc) · 507 Bytes

File metadata and controls

16 lines (12 loc) · 507 Bytes
Copy raw file
Download raw file
Edit and raw actions

Notes

This module only supports Python 2.7, and Python 3.4+.

The following renames are already supported on Python 2.7 without any additional work from us:

reload() -> imp.reload()
reduce() -> functools.reduce()
StringIO.StringIO -> io.StringIO
Bytes.BytesIO -> io.BytesIO

Old things that can one day be fixed automatically by futurize.py:

string.uppercase -> string.ascii_uppercase   # works on either Py2.7 or Py3+
sys.maxint -> sys.maxsize      # but this isn't identical
Morty Proxy This is a proxified and sanitized view of the page, visit original site.