[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Python-3
From: |
Randall Whitman |
Subject: |
Python-3 |
Date: |
Thu, 01 Nov 2012 12:04:56 -0700 |
Today I was looking at Python-3.
Reinhard/anyone, have you thought any about the approach to Python-3 for GNUe:
* try to single-source for both Python-2 & Python-3;
* compatibility library <http://packages.python.org/six/> ;
* separate branches of some sort;
* use 2to3 in build script when targeting Python-3 (or 3to2 for Python-2);
* support 2.6+ only, vs. 2.5- also;
* other?
/Randall
Links:
http://wiki.python.org/moin/PortingPythonToPy3k
http://docs.python.org/3/howto/pyporting.html
http://python3porting.com/noconv.html
http://www.dwheeler.com/essays/python3-in-python2.html
http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/promotions/python/python2python3.pdf
(PDF)
- Python-3,
Randall Whitman <=