Skip to content

Commit af5325e

Browse files
committed
Add note to docs about external backports available for some Py3.4 packages
1 parent fded262 commit af5325e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/standard_library_imports.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,20 @@ face of magic like Django's auto-reloader and tools like ``py2exe`` and
167167
more 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

173185
Backports of the following modules from Python 3.3's standard library to Python 2.x are also
174186
available in ``future.backports``::

0 commit comments

Comments
 (0)