Skip to content

Commit 44c83fe

Browse files
committed
Update What's New and other docs
1 parent 0f34dd0 commit 44c83fe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/whatsnew.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ What's New
55

66
.. _whats-new-0.16.x:
77

8-
What's new in version 0.16.0 (2016-05-...)
8+
What's new in version 0.16.0 (2016-09-22)
99
==========================================
1010

1111
This release removes the ``configparser`` package as an alias for
1212
``ConfigParser`` on Py2 to improve compatibility with the backported
1313
`configparser package <https://pypi.python.org/pypi/configparser>`. Previously
1414
``python-future`` and the PyPI ``configparser`` backport clashed, causing
15-
various compatibility issues. (Issue #118)
15+
various compatibility issues. (Issues #118, #181)
1616

1717
If your code previously relied on ``configparser`` being supplied by
1818
``python-future``, the recommended upgrade path is to run ``pip install
@@ -32,6 +32,8 @@ This releases also fixes these bugs:
3232
- Fix return argument of `future.utils.ensure_new_type` if conversion to new type does not exist. (Issue #185)
3333
- Add missing `cmp_to_key` for Py2.6. (Issue #189)
3434
- Allow the `old_div` fixer to be disabled. (Issue #190)
35+
- Improve compatibility with Google App Engine. (Issue #231)
36+
- Add some missing imports to the `tkinter` and `tkinter.filedialog` package namespaces. (Issues #212 and #233)
3537

3638
What's new in version 0.15.2 (2015-09-11)
3739
=========================================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# then folders like "copyreg" will be in build/lib.
129129
# If so, we CANNOT let the user install this, because
130130
# this may break his/her Python 3 install, depending on the folder order in
131-
# sys.path. (Running "import configparser" etc. may pick up our Py2
131+
# sys.path. (Running "import html" etc. may pick up our Py2
132132
# substitute packages, instead of the intended system stdlib modules.)
133133
SYSTEM_MODULES = set([
134134
'_dummy_thread',

0 commit comments

Comments
 (0)