File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Features
2525.. image :: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
2626 :target: https://travis-ci.org/PythonCharmers/python-future
2727
28- - ``future.builtins `` package provides backports and remappings for 19
28+ - ``future.builtins `` package provides backports and remappings for 20
2929 builtins with different semantics on Py3 versus Py2
3030
3131- ``future.standard_library ``, in conjunction with ``future.moves ``, provides
@@ -34,8 +34,8 @@ Features
3434- ``future.backports `` package provides backports from the Py3.3
3535 standard library
3636
37- - ``past.builtins `` package provides forward-ports of Python 2 types and
38- resurrects some Python 2 builtins (to aid with per-module code migrations)
37+ - ``past.builtins `` package provides forward-ports of 19 Python 2 types and
38+ builtin functions. These can aid with per-module code migrations.
3939
4040- ``past.translation `` package supports transparent translation of Python 2
4141 modules to Python 3 upon import. [This feature is currently in alpha.]
You can’t perform that action at this time.
0 commit comments