pypi future 0.17.0
v0.17.0

latest releases: 1.0.0, 0.18.3, 0.18.2...
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.

Don't miss a new future release

NewReleases is sending notifications on new releases.