Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.32 KB

compatibility.md

File metadata and controls

29 lines (24 loc) · 1.32 KB

Bookmarks tagged [compatibility]

https://caniuse.com/


http://python-future.org/index.html

The missing compatibility layer between Python 2 and Python 3.


https://github.com/mitsuhiko/python-modernize

Modernizes Python code for eventual Python 3 migration.


https://pypi.python.org/pypi/six

Python 2 and 3 compatibility utilities.