File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ What's New
5
5
6
6
.. _whats-new-0.16.x :
7
7
8
- What's new in version 0.16.0 (2016-05-... )
8
+ What's new in version 0.16.0 (2016-09-22 )
9
9
==========================================
10
10
11
11
This release removes the ``configparser `` package as an alias for
12
12
``ConfigParser `` on Py2 to improve compatibility with the backported
13
13
`configparser package <https://pypi.python.org/pypi/configparser> `. Previously
14
14
``python-future `` and the PyPI ``configparser `` backport clashed, causing
15
- various compatibility issues. (Issue #118)
15
+ various compatibility issues. (Issues #118, #181 )
16
16
17
17
If your code previously relied on ``configparser `` being supplied by
18
18
``python-future ``, the recommended upgrade path is to run ``pip install
@@ -32,6 +32,8 @@ This releases also fixes these bugs:
32
32
- Fix return argument of `future.utils.ensure_new_type ` if conversion to new type does not exist. (Issue #185)
33
33
- Add missing `cmp_to_key ` for Py2.6. (Issue #189)
34
34
- 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)
35
37
36
38
What's new in version 0.15.2 (2015-09-11)
37
39
=========================================
Original file line number Diff line number Diff line change 128
128
# then folders like "copyreg" will be in build/lib.
129
129
# If so, we CANNOT let the user install this, because
130
130
# 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
132
132
# substitute packages, instead of the intended system stdlib modules.)
133
133
SYSTEM_MODULES = set ([
134
134
'_dummy_thread' ,
You can’t perform that action at this time.
0 commit comments