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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka
Date 2014-12-22.20:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419279216.67.0.394146979167.issue23096@psf.upfronthosting.co.za>
In-reply-to
Content
The repr for floats was changed some time ago to use a shorter decimal strings when possible. Both representations should yield the same float value once decoded. If we want to make the C and Python implementations of pickle consistent, then we should pick on what the Python version does currently: i.e., call repr on the float.
History
Date User Action Args
2014-12-22 20:13:36alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2014-12-22 20:13:36alexandre.vassalottisetmessageid: <1419279216.67.0.394146979167.issue23096@psf.upfronthosting.co.za>
2014-12-22 20:13:36alexandre.vassalottilinkissue23096 messages
2014-12-22 20:13:36alexandre.vassalotticreate