We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e6043 commit 6a190c5Copy full SHA for 6a190c5
README.rst
@@ -29,7 +29,7 @@ Features
29
standard library
30
31
- ``future.moves`` package provides support for reorganized standard library
32
- modules (renames, not backports)
+ modules (renames from native packages)
33
34
- ``past.builtins`` package provides forward-ports of Python 2 types and
35
resurrects some Python 2 builtins (to aid with per-module code migrations)
@@ -138,7 +138,7 @@ hooks. The context-manager form works like this::
138
import queue
139
140
141
-Automatic conversion to Py3/2-compatible code
+Automatic conversion to Py2/3-compatible code
142
=============================================
143
144
``future`` comes with two scripts called ``futurize`` and
0 commit comments