[issue1571] Better description of 'L' repr removal in What's New

2007-12-09 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59438. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1571 __ ___

[issue1571] Better description of 'L' repr removal in What's New

2007-12-08 Thread Ori Avtalion
New submission from Ori Avtalion: 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

[issue1571] Better description of 'L' repr removal in What's New

2007-12-08 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - georg.brandl keywords: +py3k nosy: +georg.brandl priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1571 __