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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, eric.smith, kostja
Date 2011-01-28.13:12:47
SpamBayes Score 0.12886655
Marked as misclassified No
Message-id <1296220367.93.0.592539821781.issue11039@psf.upfronthosting.co.za>
In-reply-to
Content
Python objects can have two textual representations: see the difference between str() and repr():
http://docs.python.org/tutorial/inputoutput.html
And indeed, Python3 chose to drop the 'L' suffix.
History
Date User Action Args
2011-01-28 13:12:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eric.smith, kostja
2011-01-28 13:12:47amaury.forgeotdarcsetmessageid: <1296220367.93.0.592539821781.issue11039@psf.upfronthosting.co.za>
2011-01-28 13:12:47amaury.forgeotdarclinkissue11039 messages
2011-01-28 13:12:47amaury.forgeotdarccreate