compatibility.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [compatibility]
www.codever.land/bookmarks/t/compatibility
Can I use... Support tables for HTML5, CSS3, etc
- :calendar: published on: 2021-04-19
- tags: css, html5, css3, compatibility
python-future
http://python-future.org/index.html
The missing compatibility layer between Python 2 and Python 3.
- tags: python, compatibility
python-modernize
https://github.com/mitsuhiko/python-modernize
Modernizes Python code for eventual Python 3 migration.
- tags: python, compatibility
- :octocat: source code
six
https://pypi.python.org/pypi/six
Python 2 and 3 compatibility utilities.
- tags: python, compatibility