This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, cvrebert, docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2012-09-30.06:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348985216.39.0.371642403577.issue16036@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch updated for backport to 2.7.

In cases where the 2.7 language was substantively different, I preserved the 2.7 language (e.g. I preserved the reference to plain and long integers).  I also added the lone "0" prefix for octals, which is a difference from 3.x: ``0o``/``0O``/``0``.
History
Date User Action Args
2012-09-30 06:06:56chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, cvrebert, docs@python, tshepang, python-dev, serhiy.storchaka
2012-09-30 06:06:56chris.jerdoneksetmessageid: <1348985216.39.0.371642403577.issue16036@psf.upfronthosting.co.za>
2012-09-30 06:06:56chris.jerdoneklinkissue16036 messages
2012-09-30 06:06:56chris.jerdonekcreate