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 mark.dickinson
Recipients eric.smith, mark.dickinson
Date 2009-04-17.11:15:32
SpamBayes Score 5.633371e-09
Marked as misclassified No
Message-id <1239966934.99.0.139000693947.issue5780@psf.upfronthosting.co.za>
In-reply-to
Content
On second thoughts, I think that repr shouldn't change:  'legacy'
repr format should mean that it *is* exactly the same as before,
including the switch at 1e17 instead of 1e16.  Otherwise there will be 3 
possibilities for repr output: 'short' repr, 'legacy' repr and pre-3.1 
repr will all be different.

Here's a new patch, which leaves repr alone and fixes up the Misc/NEWS 
entries accordingly.
History
Date User Action Args
2009-04-17 11:15:35mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-04-17 11:15:34mark.dickinsonsetmessageid: <1239966934.99.0.139000693947.issue5780@psf.upfronthosting.co.za>
2009-04-17 11:15:33mark.dickinsonlinkissue5780 messages
2009-04-17 11:15:33mark.dickinsoncreate