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


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

[RELEASED] six 1.6.0

Started byBenjamin Peterson <benjamin@python.org>
First post2014-03-13 20:14 -0700
Last post2014-03-13 20:14 -0700
Articles 1 — 1 participant

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


Contents

  [RELEASED] six 1.6.0 Benjamin Peterson <benjamin@python.org> - 2014-03-13 20:14 -0700

#1242 — [RELEASED] six 1.6.0

FromBenjamin Peterson <benjamin@python.org>
Date2014-03-13 20:14 -0700
Subject[RELEASED] six 1.6.0
Message-ID<mailman.8149.1394799942.18130.python-announce-list@python.org>
I'm releasing six 1.6.0. It has a few more backports and another attempt
to solve the great lazy proxy module problem suggested by Diana Clark.

Here's the changelog:

- Raise an AttributeError for every attribute of unimportable modules.

- Issue #56: Make the fake modules six.moves puts into sys.modules
appear not to
  have a __path__ unless they are loaded.

- Pull request #28: Add support for SplitResult.

- Issue #55: Add move mapping for xmlrpc.server.

- Pull request #29: Add move for urllib.parse.splitquery.

[toc] | [standalone]


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


csiph-web