Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1396 > unrolled thread

six 1.8.0 released

Started byBenjamin Peterson <benjamin@python.org>
First post2014-09-11 17:53 -0400
Last post2014-09-11 17:53 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  six 1.8.0 released Benjamin Peterson <benjamin@python.org> - 2014-09-11 17:53 -0400

#1396 — six 1.8.0 released

FromBenjamin Peterson <benjamin@python.org>
Date2014-09-11 17:53 -0400
Subjectsix 1.8.0 released
Message-ID<mailman.13966.1410506219.18130.python-announce-list@python.org>
I'm pleased to announce the latest release of six, a Python 2/3
compatibility library. Many more "six.moves" mappings were added, and a
few bugs were fixed.

Download six from PyPI: https://pypi.python.org/pypi/six

Report bugs: https://bitbucket.org/gutworth/six

Here is the full changelog for this release:

- Issue #90: Add six.moves.shlex_quote.

- Issue #59: Add six.moves.intern.

- Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).

- Issue #88: Fix add_metaclass when the class has __slots__ containing
  "__weakref__" or "__dict__".

- Issue #89: Make six use absolute imports.

- Issue #85: Always accept *updated* and *assigned* arguments for
wraps().

- Issue #86: In reraise(), instantiate the exception if the second
argument is
  None.

- Pull request #45: Add six.moves.email_mime_nonmultipart.

- Issue #81: Add six.urllib.request.splittag mapping.

- Issue #80: Add six.urllib.request.splituser mapping.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web