We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
configparser
1 parent bd4381d commit 1e3c96cCopy full SHA for 1e3c96c
docs/whatsnew.rst
@@ -19,7 +19,12 @@ code that uses `configparser` will no longer run on Py2 systems without the
19
`configparser` backport installed. As an upgrade path, run ``pip install
20
configparser`` or add ``configparser`` to your ``requirements.txt`` file.
21
22
-This releases fixes these bugs:
+Note that, if you are upgrading ``future`` with ``pip``, you will need to
23
+uninstall the old version of future or manually remove the
24
+``site-packages/future-0.15.3.dev0-py2.7.egg/configparser/`` folder for this
25
+change to take effect on your system.
26
+
27
+This releases fixes also these bugs:
28
29
- Fix ``newbytes`` constructor bug. (Issue #163)
30
- Fix semantics of `bool()` with `newobject`. (Issue #211)
0 commit comments