Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1891
| Path | csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <benjamin@python.org> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1444188156; bh=8wU0tGTyWQ1b5LGc9qpUyQJrl9d0JZ4u4YCzduzxqX0=; h=From:To:Subject:Date:From; b=qRQxz9uqI3P/Ck3TFYmVbyJukGVKjkQRYSXp2mhrGyuPd7nNncKLhgqtcSxsmmRoz GwbaP9fC8SvHtwcM95mNtFvJjes8vr2ZBmFSTgaZrihAPhFXbyU8d1f07WgsqkeBg1 72ioQ9lJSv2rYFG6Js3RO9LuIT/vrDM1mcIHoqv0= |
| X-Sasl-Enc | qEN28U4cUTp8HxDk+DJTRknaZXgWon9xKgVqr8EjU0nJ 1444188153 |
| From | Benjamin Peterson <benjamin@python.org> |
| To | "python-porting" <python-porting@python.org>, "python-announce-list@python.org" <python-announce-list@python.org> |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| Content-Type | text/plain |
| X-Mailer | MessagingEngine.com Webmail Interface - ajax-b54601fa |
| Subject | six 1.10.0 released |
| Date | Tue, 06 Oct 2015 20:22:33 -0700 |
| X-Mailman-Approved-At | Wed, 07 Oct 2015 09:27:21 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.443.1444202842.28679.python-announce-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1444202842 news.xs4all.nl 23811 [2001:888:2000:d::a6]:43564 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1891 |
Show key headers only | 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
six 1.10.0 released Benjamin Peterson <benjamin@python.org> - 2015-10-06 20:22 -0700
csiph-web