@@ -9,10 +9,10 @@ What's new in version 0.16.0 (2016-10-27)
9
9
==========================================
10
10
11
11
This release removes the ``configparser `` package as an alias for
12
- ``ConfigParser `` on Py2 to improve compatibility with the backported
13
- `configparser package <https://pypi.python.org/pypi/ configparser> `. Previously
14
- ``python-future `` and the PyPI ``configparser `` backport clashed, causing
15
- various compatibility issues. (Issues #118, #181)
12
+ ``ConfigParser `` on Py2 to improve compatibility with Lukasz Langa's
13
+ backported `configparser <https://pypi.python.org/configparser >`_ package.
14
+ Previously ``python-future `` and the ``configparser `` backport clashed,
15
+ causing 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
@@ -26,15 +26,15 @@ effect on your system.
26
26
This releases also fixes these bugs:
27
27
28
28
- Fix ``newbytes `` constructor bug. (Issue #163)
29
- - Fix semantics of `bool() ` with `newobject `. (Issue #211)
30
- - Fix `standard_library.install_aliases() ` on PyPy. (Issue #205)
31
- - Fix assertRaises for `pow ` and `compile ` on Python 3.5. (Issue #183)
32
- - Fix return argument of `future.utils.ensure_new_type ` if conversion to
29
+ - Fix semantics of `` bool() `` with `` newobject ` `. (Issue #211)
30
+ - Fix `` standard_library.install_aliases() ` ` on PyPy. (Issue #205)
31
+ - Fix assertRaises for `` pow `` and `` compile` ` ` on Python 3.5. (Issue #183)
32
+ - Fix return argument of `` future.utils.ensure_new_type ` ` if conversion to
33
33
new type does not exist. (Issue #185)
34
- - Add missing `cmp_to_key ` for Py2.6. (Issue #189)
35
- - Allow the `old_div ` fixer to be disabled. (Issue #190)
34
+ - Add missing `` cmp_to_key ` ` for Py2.6. (Issue #189)
35
+ - Allow the `` old_div ` ` fixer to be disabled. (Issue #190)
36
36
- Improve compatibility with Google App Engine. (Issue #231)
37
- - Add some missing imports to the `tkinter ` and `tkinter.filedialog `
37
+ - Add some missing imports to the `` tkinter `` and `` tkinter.filedialog ` `
38
38
package namespaces. (Issues #212 and #233)
39
39
- Fix ``raise_from `` on PY3 when the exception cannot be recreated from
40
40
its repr. (Issues #213 and #235, fix provided by Varriount)
0 commit comments