blob: cc84c9b7d8a990c72529541bafb66a18a7b97d67 (
plain)
1
2
3
4
5
6
7
8
9
|
Easy, clean, reliable Python 2/3 compatibility
==============================================
``python-future`` is the missing compatibility layer between Python 2 and
Python 3. It allows you to use a single, clean Python 3.x-compatible
codebase to support both Python 2 and Python 3 with minimal overhead.
.. include:: contents.rst.inc
|