|
3 | 3 | What's New
|
4 | 4 | **********
|
5 | 5 |
|
6 |
| -What's new in version 0.17.1 (2019-10-30) |
| 6 | +What's new in version 0.18.0 (2019-10-09) |
| 7 | +========================================= |
| 8 | +This is a major bug-fix and feature release, including: |
| 9 | + |
| 10 | +- Fix collections.abc import for py38+ |
| 11 | +- Remove import for isnewbytes() function, reducing CPU cost significantly |
| 12 | +- Fix bug with importing past.translation when importing past which breaks zipped python installations |
| 13 | +- Fix an issue with copyreg import under Py3 that results in unexposed stdlib functionality |
| 14 | +- Export and document types in future.utils |
| 15 | +- Update behavior of newstr.__eq__() to match str.__eq__() as per reference docs |
| 16 | +- Fix raising and the raising fixer to handle cases where the syntax is ambigious |
| 17 | +- Allow "default" parameter in min() and max() (Issue #334) |
| 18 | +- Implement __hash__() in newstr (Issue #454) |
| 19 | +- Future proof some version checks to handle the fact that Py4 won't be a major breaking release |
| 20 | +- Fix urllib.request imports for Python 3.8 compatibility (Issue #447) |
| 21 | +- Fix future import ordering (Issue #445) |
| 22 | +- Fixed bug in fix_division_safe fixture (Issue #434) |
| 23 | +- Do not globally destroy re.ASCII in PY3 |
| 24 | +- Fix a bug in email.Message.set_boundary() (Issue #429) |
| 25 | +- Implement format_map() in str |
| 26 | +- Implement readinto() for socket.fp |
| 27 | + |
| 28 | +As well as a number of corrections to a variety of documentation, and updates to |
| 29 | +test infrastructure. |
| 30 | + |
| 31 | +What's new in version 0.17.1 (2018-10-30) |
7 | 32 | =========================================
|
8 | 33 | This release address a packaging error because of an erroneous declaration that
|
9 | 34 | any built wheels are universal.
|
|
0 commit comments