Opened 7 years ago

Closed 7 years ago

#9779 closed enhancement (fixed)

six-1.11.0 (Python module)

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

1.11.0

  • Pull request #178: with_metaclass now properly proxies __prepare__ to the underlying metaclass.
  • Pull request #191: Allow with_metaclass to work with metaclasses implemented in C.
  • Pull request #203: Add parse_http_list and parse_keqv_list to moved urllib.request.
  • Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse.
  • Pull request #167: Add six.moves.getoutput.
  • Pull request #80: Add six.moves.urllib_parse.splitvalue.
  • Pull request #75: Add six.moves.email_mime_image.
  • Pull request #72: Avoid creating reference cycles through tracebacks in reraise.

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19274.

Note: See TracTickets for help on using tickets.