Opened 4 years ago

Closed 4 years ago

#13031 closed enhancement (fixed)

six-1.14.0 (Python Module)

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

1.14.0

  • Add six.assertNotRegex.
  • six.moves._dummy_thread now points to the _thread module on Python 3.9+. Python 3.7 and later requires threading and deprecated the _dummy_thread module.
  • Remove support for Python 2.6 and Python 3.2.
  • six.wraps now ignores missing attributes. This follows the Python 3.2+ standard library behavior.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22581.

Note: See TracTickets for help on using tickets.