Python-Future v0.17.0 Release Notes

Release Date: 2018-10-25 // over 5 years ago
  • ๐Ÿš€ 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.