We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb724c1 commit ebc71baCopy full SHA for ebc71ba
docs/whatsnew.rst
@@ -8,6 +8,21 @@ What's New in v0.12.x
8
What's new in version 0.12.5
9
============================
10
11
+Deprecations
12
+------------
13
+
14
+The following internal modules are deprecated. They will be removed in a future
15
+release:
16
17
+- ``future.utils.encoding`` and ``future.utils.six``.
18
19
+(Issue #80). See `here <http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries`_ for a
20
+rationale for unbundling them.
21
22
23
+Bug fixes
24
+---------
25
26
- Use a private logger instead of the global logger in
27
``future.standard_library`` (issue #82).
28
- Stage 1 of ``futurize`` no longer renames ``next`` methods to ``__next__``
0 commit comments