Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72512 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2014-06-03 13:40 +0100 |
| Last post | 2014-06-03 16:21 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Would a Python 2.8 help you port to Python 3? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-03 13:40 +0100
Re: Would a Python 2.8 help you port to Python 3? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-03 16:21 +0000
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-06-03 13:40 +0100 |
| Subject | Would a Python 2.8 help you port to Python 3? |
| Message-ID | <mailman.10620.1401799260.18130.python-list@python.org> |
An interesting article from Lennart Regebro http://regebro.wordpress.com/2014/06/03/would-a-python-2-8-help-you-port-to-python-3/ although I'm inclined to ignore it as it appears to be factual. We can't have that getting in the way of plain, good, old fashioned FUD now can we? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2014-06-03 16:21 +0000 |
| Message-ID | <538df614$0$29978$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #72512 |
On Tue, 03 Jun 2014 13:40:43 +0100, Mark Lawrence wrote: > An interesting article from Lennart Regebro > http://regebro.wordpress.com/2014/06/03/would-a-python-2-8-help-you- port-to-python-3/ > although I'm inclined to ignore it as it appears to be factual. We > can't have that getting in the way of plain, good, old fashioned FUD now > can we? Thanks for that link. People forget, or don't realise, that Python 2.7 *is* the 2.8 they are looking for. Python 3 came out with 2.5. There have already been two transitional releases, 2.6 and 2.7, which have partially introduced 3 features such as "from __future__ import division" etc. Python 3.0 final was released on December 3rd, 2008, just two months (almost to the day) after 2.6. https://www.python.org/download/releases/2.6 https://www.python.org/download/releases/3.0 -- Steven D'Aprano http://import-that.dreamwidth.org/
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web