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: 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 To: "python-porting" , "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: 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 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.