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


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

six 1.10.0 released

From Benjamin Peterson <benjamin@python.org>
Subject six 1.10.0 released
Date 2015-10-06 20:22 -0700
Newsgroups comp.lang.python.announce
Message-ID <mailman.443.1444202842.28679.python-announce-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web