Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57645 > unrolled thread
| Started by | Joaquin Abian <gatoygata2@gmail.com> |
|---|---|
| First post | 2013-10-26 12:12 -0700 |
| Last post | 2013-10-27 12:33 +1100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Joaquin Abian <gatoygata2@gmail.com> |
|---|---|
| Date | 2013-10-26 12:12 -0700 |
| Subject | status of new python.org |
| Message-ID | <3661c774-209b-42a9-8ee3-d5028bd14d00@googlegroups.com> |
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.
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-10-26 22:26 +0100 |
| Message-ID | <mailman.1609.1382823006.18130.python-list@python.org> |
| In reply to | #57645 |
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!!! -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-10-27 12:33 +1100 |
| Message-ID | <mailman.1627.1382837603.18130.python-list@python.org> |
| In reply to | #57645 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web