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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2010-07-25.23:53:18
SpamBayes Score 0.00010000226
Marked as misclassified No
Message-id <1280101999.66.0.965470006947.issue9337@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a good idea. To test how much impact it would have, I changed float's str to return the same value as repr. regrtest broke only 3 tests: test_float test_tokenize test_unicodedata. It's not clear to me why unicodedata failed.

With short float repr, I don't think the str != repr distinction makes much sense.
History
Date User Action Args
2010-07-25 23:53:19eric.smithsetrecipients: + eric.smith, mark.dickinson
2010-07-25 23:53:19eric.smithsetmessageid: <1280101999.66.0.965470006947.issue9337@psf.upfronthosting.co.za>
2010-07-25 23:53:18eric.smithlinkissue9337 messages
2010-07-25 23:53:18eric.smithcreate