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 salty-horse
Recipients salty-horse
Date 2007-12-08.12:49:36
SpamBayes Score 0.061233636
Marked as misclassified No
Message-id <1197118177.63.0.3878516281.issue1571@psf.upfronthosting.co.za>
In-reply-to
Content
The "common stumbling blocks" section reads:

* Code that unconditionally strips the trailing ``L`` from the
``repr()`` of a long integer will chop off the last digit instead.


This explains a problem and a fix without any reason (one has to guess
it from context).
It should first mention that the 'L' is no longer displayed.
History
Date User Action Args
2007-12-08 12:49:38salty-horsesetspambayes_score: 0.0612336 -> 0.061233636
recipients: + salty-horse
2007-12-08 12:49:37salty-horsesetspambayes_score: 0.0612336 -> 0.0612336
messageid: <1197118177.63.0.3878516281.issue1571@psf.upfronthosting.co.za>
2007-12-08 12:49:37salty-horselinkissue1571 messages
2007-12-08 12:49:36salty-horsecreate