File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,20 @@ face of magic like Django's auto-reloader and tools like ``py2exe`` and
167167more detail of bugs related to the ``six.moves `` approach.
168168
169169
170- Backports
171- ---------
170+ External backports
171+ ------------------
172+
173+ Backports of the following modules from the Python 3.x standard library are
174+ available independently of the python-future project::
175+
176+ import enum # pip install enum34
177+ import singledispatch # pip install singledispatch
178+ import pathlib # pip install pathlib
179+ import statistics # is a backport available?
180+
181+
182+ Included backports
183+ ------------------
172184
173185Backports of the following modules from Python 3.3's standard library to Python 2.x are also
174186available in ``future.backports ``::
You can’t perform that action at this time.
0 commit comments