Opened 5 years ago
Closed 5 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 , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
1.14.0
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.six.wraps
now ignores missing attributes. This follows the Python 3.2+ standard library behavior.