
solipsis at pitrou
Nov 4, 2009, 4:43 AM
Post #1 of 1
(81 views)
Permalink
|
Glyph Lefkowitz <glyph <at> twistedmatrix.com> writes: > > Keep in mind also that the 2.x translation process is extremely slow > and results in a clunky development process. There's no '2to3 -- > interactive' commandline that lets me type python 2 at a >>> prompt > and get python 3 results out so that I can try experiments on the 3.x > interpreter; I have to actually put my experiments into my unit tests > and wait 10 minutes to see if it works. It's like writing C++. Please enter a feature request into the bug tracker. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev[at]python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|