Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Announce

[RELEASE] six 1.2.0

 

 

Python announce RSS feed   Index | Next | Previous | View Threaded


benjamin at python

Aug 28, 2012, 1:01 PM

Post #1 of 1 (70 views)
Permalink
[RELEASE] six 1.2.0

I'm happy to announce the release of six 1.2.0. Six is a Python 2 and
3 compatibility library. It provides utility functions for smoothing
over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python 2.x and 3.x. It
supports Python 2.4-3.3.

Six can be downloaded on PyPI:
http://pypi.python.org/pypi/six

See the code and report bugs on BitBucket:
http://bitbucket.org/gutworth/six

The complete changelog in this release is:

- Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3
instead of iterables.

- Issue #11: Fix maxsize support on Jython.

- Add six.next() as an alias for six.advance_iterator().

- Use the builtin next() function for advance_iterator() where is available
(2.6+), not just Python 3.

- Add the Iterator class for writing portable iterators.


Enjoy,
Benjamin
--
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/

Python announce RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.