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