Python-Future v0.18.2 Release Notes
Release Date: 2020-06-13 // over 4 years ago-
๐ This is a minor bug-fix release containing a number of fixes:
- ๐ Fix min/max functions with generators, and 'None' default (PR #514)
- ๐ Use BaseException in raise_() (PR #515)
- ๐ Fix builtins.round() for Decimals (Issue #501)
- ๐ Fix raise_from() to prevent failures with immutable classes (PR #518)
- ๐ Make FixInput idempotent (Issue #427)
- ๐ Fix type in newround (PR #521)
- ๐ Support mimetype guessing in urllib2 for Py3.8+ (Issue #508)
๐ Python 3.8 is not yet officially supported.
Previous changes from v0.17.0
-
๐ This is a major bug-fix release, including:
- ๐ Fix from collections import ChainMap after install_aliases() (issue #226)
- Fix multiple import from
__future__
bug in futurize (issue #113) - โ Add support for proper %s formatting of newbytes
- Properly implement iterator protocol for newrange object
- ๐ Fix past.translation on read-only file systems
- ๐ Fix Tkinter import bug introduced in Python 2.7.4 (issue #262)
- Correct TypeError to ValueError in a specific edge case for newrange
- ๐ Support inequality tests betwen newstrs and newbytes
- Add type check to
__get__
in newsuper - Fix fix_division_safe to support better conversion of complex expressions, and skip obvious float division.
๐ As well as a number of corrections to a variety of documentation, and updates to test infrastructure.