@@ -9,10 +9,10 @@ What's new in version 0.16.0 (2016-10-27)
99==========================================
1010
1111This 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)
1616
1717If your code previously relied on ``configparser `` being supplied by
1818``python-future ``, the recommended upgrade path is to run ``pip install
@@ -26,15 +26,15 @@ effect on your system.
2626This releases also fixes these bugs:
2727
2828- 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
3333 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)
3636- 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 ` `
3838 package namespaces. (Issues #212 and #233)
3939- Fix ``raise_from `` on PY3 when the exception cannot be recreated from
4040 its repr. (Issues #213 and #235, fix provided by Varriount)
0 commit comments