Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1242
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!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=1394766887; bh=do4PtqTEvbxyKD7Q12t1R0qD2/tFMvB1kXs1w8zZgMI=; h=From:To:Subject:Date:From; b=BI3Y5DdWtzrJhtniEboflFtv79lOLKDt2+ocljX/LdvAxivQXnhvcTt1PDwyc5B/L O2HHNzVoSIbt6wH4UNazta1xxfjAAA2KmCCwCRg6j79Dbh2PrMUNYud/y1qBqTtIVZ 3bE5bAZMpxjFCZtHoJ4bXRo4XB1ksa1vMyTVNcc4= |
| X-Sasl-Enc | nBeBVZIF6Ge9vzILwIRhbLsqtBvT+9+Mqg6odPEYyiet 1394766885 |
| From | Benjamin Peterson <benjamin@python.org> |
| To | "python-announce-list@python.org" <python-announce-list@python.org>, "python-porting" <python-porting@python.org> |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| Content-Type | text/plain |
| X-Mailer | MessagingEngine.com Webmail Interface - ajax-88721676 |
| Subject | [RELEASED] six 1.6.0 |
| Date | Thu, 13 Mar 2014 20:14:45 -0700 |
| X-Mailman-Approved-At | Fri, 14 Mar 2014 13:25:41 +0100 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| 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.8149.1394799942.18130.python-announce-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1394799942 news.xs4all.nl 2858 [2001:888:2000:d::a6]:41281 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1242 |
Show key headers only | View raw
I'm releasing six 1.6.0. It has a few more backports and another attempt to solve the great lazy proxy module problem suggested by Diana Clark. Here's the changelog: - Raise an AttributeError for every attribute of unimportable modules. - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to have a __path__ unless they are loaded. - Pull request #28: Add support for SplitResult. - Issue #55: Add move mapping for xmlrpc.server. - Pull request #29: Add move for urllib.parse.splitquery.
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
[RELEASED] six 1.6.0 Benjamin Peterson <benjamin@python.org> - 2014-03-13 20:14 -0700
csiph-web