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


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

six 1.10.0 released

Started byBenjamin Peterson <benjamin@python.org>
First post2015-10-06 20:22 -0700
Last post2015-10-06 20:22 -0700
Articles 1 — 1 participant

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


Contents

  six 1.10.0 released Benjamin Peterson <benjamin@python.org> - 2015-10-06 20:22 -0700

#1891 — six 1.10.0 released

FromBenjamin Peterson <benjamin@python.org>
Date2015-10-06 20:22 -0700
Subjectsix 1.10.0 released
Message-ID<mailman.443.1444202842.28679.python-announce-list@python.org>
It is my distinct pleasure to announce the release of six 1.10.0. six is
a popular Python 2/3 compatibility library. It is available on PyPI;
https://pypi.python.org/pypi/six

Here's the changelog since 1.9.0:

1.10.0
------

- Issue #122: Improve the performance of `six.int2byte` on Python 3.

- Pull request #55 and issue #99: Don't add the `winreg` module to
`six.moves`
  on non-Windows platforms.

- Pull request #60 and issue #108: Add `six.moves.getcwd` and
  `six.moves.getcwdu`.

- Pull request #64: Add `create_unbound_method` to create unbound
methods.

[toc] | [standalone]


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


csiph-web