Skip to content

Commit 1e3c96c

Browse files
committed
Add a note about removing configparser to the What's New doc
1 parent bd4381d commit 1e3c96c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/whatsnew.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ code that uses `configparser` will no longer run on Py2 systems without the
1919
`configparser` backport installed. As an upgrade path, run ``pip install
2020
configparser`` or add ``configparser`` to your ``requirements.txt`` file.
2121

22-
This releases fixes these bugs:
22+
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:
2328

2429
- Fix ``newbytes`` constructor bug. (Issue #163)
2530
- Fix semantics of `bool()` with `newobject`. (Issue #211)

0 commit comments

Comments
 (0)