Bug(s) in Python 3.1.1 Windows installation

John Machin sjmachin at lexicon.net
Wed Oct 28 22:03:46 EDT 2009


On Oct 29, 11:56 am, "Alf P. Steinbach" <al... at start.no> wrote:
> Summarizing the main differences 2.6 -> 3.1.1 that I know of so far: print is
> now a function (nice), "/" now always produces float result (unsure about that,
> it must surely break a lot or even most of existing code?), xrange() has been
> removed and range() now works like old xrange().

http://www.python.org/doc/3.0/whatsnew/3.0.html
http://www.python.org/doc/3.1/whatsnew/3.1.html

HTH,
John



More information about the Python-list mailing list