Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.albasani.net!rt.uk.eu.org!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-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'explicitly': 0.05; 'subject:Python': 0.06; 'subject:support': 0.07; 'string': 0.09; 'dependency': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'subject:How': 0.10; 'python': 0.11; 'blocking': 0.16; 'compatible,': 0.16; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'roy': 0.16; 'transition:': 0.16; 'library': 0.18; 'projects,': 0.19; 'header:User-Agent:1': 0.23; 'tells': 0.24; '2.0': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'direction': 0.30; 'along': 0.30; 'writes:': 0.31; 'compatible': 0.32; 'subject: (': 0.35; 'but': 0.35; 'version': 0.36; 'library.': 0.36; 'thanks': 0.36; "i'll": 0.36; 'problems': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'moving': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'remove': 0.60; 'back': 0.62; 'direct': 0.67; 'latest': 0.67; 'smith': 0.68; 'received:125': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Python 3 support for Fabric (was: How keep Python 3 moving forward) Date: Sat, 24 May 2014 14:29:35 +1000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:P+Xdzp7IJBc5rIB2ln2zWRkOETI= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400905793 news.xs4all.nl 2953 [2001:888:2000:d::a6]:39022 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71954 Roy Smith writes: > Thanks for the pointer. I installed and ran caniusepython3. It tells > me: > > > Of those 19 projects, 17 have no direct dependencies blocking their > > transition: > > […] > > fabric Fabric was for a long time held back by its dependency on the Paramiko library. But that library is now Python 3 compatible, and Fabric is moving steadily in the direction of Python 3 support. The latest is a change in the documentation to explicitly remove the last dependency hurdle . Now the only blockers are internal; Fabric 2.0 is AFAICT going to be the Python 3 compatible version of Fabric, and it is coming along well. -- \ “Some people have a problem, and they think “I know, I'll use | `\ Perl!”. Now they have some number of problems but they're not | _o__) sure whether it's a string or an integer.” —Benno Rice, 2011 | Ben Finney