Skip to content

Commit 5bdfe42

Browse files
committed
Remove internal future.utils.six and future.utils.encoding modules (issue #80)
1 parent 4a40fdf commit 5bdfe42

File tree

3 files changed

+16
-863
lines changed

3 files changed

+16
-863
lines changed

docs/whatsnew.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,22 @@ interface (as well as the previous mechanisms)::
5656
from collections import Counter, OrderedDict # backported to Py2.6
5757

5858

59+
Cleanups
60+
--------
61+
62+
The following deprecated internal modules have been removed:
63+
64+
- ``future.utils.encoding`` and ``future.utils.six``.
65+
66+
(Issue #80). See `here <http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries>`_
67+
for the rationale for unbundling them.
68+
69+
The following internal functions have been deprecated and will be removed in a future release:
70+
71+
- ``future.standard_library.scrub_py2_sys_modules``
72+
- ``future.standard_library.scrub_future_sys_modules``
73+
74+
5975
What's new in version 0.13.2
6076
============================
6177

future/utils/encoding.py

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)