Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57693

Re: status of new python.org

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'indeed,': 0.09; 'indication': 0.09; 'lawrence': 0.09; 'newline': 0.09; 'suppress': 0.09; 'python': 0.11; 'bug': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'omitting': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'meant': 0.20; 'input': 0.22; 'print': 0.22; 'subject:python.org': 0.24; '(see': 0.26; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'mode': 0.30; 'statement': 0.30; 'message-id:@mail.gmail.com': 0.30; 'division': 0.31; 'python.org': 0.32; 'url:python': 0.33; 'updated': 0.34; 'one,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'possible': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'subject:new': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'most': 0.60; 'hope': 0.61; 'new': 0.61; 'first': 0.61; 'url:preview': 0.84; 'fibonacci': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ozULDM3b4aCB0ihEH5esvDqOw6iBfYPT/JIhZL849+0=; b=pDoBIQe0cjtI4W0H+wTAiPOsSML+LJ2dYrHFJ3mV12RjmGskbQ7VKFXBJqOUGTlJNw iczBqibazVfln1y7boUDz8jLdNwFkGPi2/n8pLLZYir/dmvyraS15GZ5jct7/yqGA0Wd geb0oAXHA0iWR/Tp3inA30w+s37XWch8wRMNfzdINIWJ/M0GBz6dV6K4NCVN5wAZA5f0 9cPbLUGdcH9zqFR1JBTBhy5ogaY64oY9Wrke9ighIg5O2Ir8QaZHk/vhHVLHYCleY1/z vaEmeNNu/yPfNGXY/J69hraH+ieOUNdx4+Q/UrPuuDjPxh6/tt1fwrnFDJvZTxbXPccC MElw==
MIME-Version 1.0
X-Received by 10.66.122.40 with SMTP id lp8mr17943336pab.82.1382837600545; Sat, 26 Oct 2013 18:33:20 -0700 (PDT)
In-Reply-To <l4hc1e$nnh$2@ger.gmane.org>
References <3661c774-209b-42a9-8ee3-d5028bd14d00@googlegroups.com> <l4hc1e$nnh$2@ger.gmane.org>
Date Sun, 27 Oct 2013 12:33:20 +1100
Subject Re: status of new python.org
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1627.1382837603.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1382837603 news.xs4all.nl 15911 [2001:888:2000:d::a6]:50156
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:57693

Show key headers only | View raw


On Sun, Oct 27, 2013 at 8:26 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> On 26/10/2013 20:12, Joaquin Abian wrote:
>>
>> Is there any updated roadmap/schedule for the new python.org site ?
>> It has been in beta mode at http://preview.python.org/ for several months
>> but I can not find in there any indication of the progress or the possible
>> date for publishing it. Most paragraphs are still with Lore Ipsum.
>>
>
> I don't know, but I do hope they change the very conspicious print statement
> to a function before it goes live :)  And using input indeed, well I never
> did!!!

There's nothing wrong with using input(), as the examples are clearly
meant to be Python 3 (see the division one, for instance). The other
examples use print as a function - see the Fibonacci one, which uses
end= to suppress the newline - so it's just a bug in the first one,
omitting the parens.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

status of new python.org Joaquin Abian <gatoygata2@gmail.com> - 2013-10-26 12:12 -0700
  Re: status of new python.org Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-26 22:26 +0100
  Re: status of new python.org Chris Angelico <rosuav@gmail.com> - 2013-10-27 12:33 +1100

csiph-web