Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '2.7': 0.05; 'python': 0.07; 'subject:method': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'rantingrick': 0.16; 'subject:sort': 0.16; 'libraries': 0.16; 'command': 0.19; 'tue,': 0.20; 'code': 0.22; 'header:In-Reply- To:1': 0.22; '(b)': 0.23; 'received:209.85.214.174': 0.23; 'received:mail-iw0-f174.google.com': 0.23; 'message- id:@mail.gmail.com': 0.28; 'rendered': 0.31; 'useless': 0.31; 'vast': 0.31; 'to:addr:python-list': 0.32; '(a)': 0.35; 'too': 0.36; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'install': 0.38; 'not,': 0.39; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.39; 'where': 0.39; 'received:209': 0.39; 'how': 0.39; "it's": 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'subject:removal': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=UW1gfEqec6uO8b0zL/8wytYiRnpZKJAFDfwf0Jqeca0=; b=Dc1r5uPbUTVYuS0k4yi60sanIfQEBCLsesFXxSLV+CxRNhl0IoLbn7VMptzb+MlTnJ afG8BT+Tqb6FXhMXYCbTQuGYcfnKMeeCigKml0RQH3MAKYoW+rcpmmuVBerYGuOVhQZo 6lxxlMz6VqHD75q8dr6UgddzULO7CUmLhjPCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JGaAPVlGvrKhVKrHweC7uDo+98ZKQaWRz+7W755kTvwYKsx4pREYRZue6aXgyoKGGq 5o4HfdTqpkwrkQAI/F4eU7SbhyVOrexXbtN+nDS7EV4vAIRF3gr24bmsQR8tsCTZn5pe xDyNDIZZBIYAhZLj+eK3nMgled2I/NJFDf0UI= MIME-Version: 1.0 In-Reply-To: References: <4d7cbfcb$0$29971$c3e8da3$5496439d@news.astraweb.com> <4d94326c$0$30003$c3e8da3$5496439d@news.astraweb.com> <7x8vvue7or.fsf@ruckus.brouhaha.com> <4d96f6d0$0$29992$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 5 Apr 2011 07:41:37 +1000 Subject: Re: Guido rethinking removal of cmp from sort method From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301953307 news.xs4all.nl 41110 [::ffff:82.94.164.166]:35412 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2600 On Tue, Apr 5, 2011 at 7:10 AM, rantingrick wrote: > olks who have vast libraries of Python > code that have been rendered useless because a few elites have spent > too much time lamenting minutia. How is the code "rendered useless" when (a) Python 2.7 is still the default Python in many places, and (b) in any place where it's not, it's going to be about one command to install a python2? ChrisA