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 Ronan.Lamy
Recipients Ronan.Lamy, brett.cannon, jcea, ncoghlan
Date 2012-06-08.16:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339174402.9.0.940165482976.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
I see. However, I think that breaking code noisily is better than breaking it silently, which is what happens when the same protocol is reimplemented many times. And _loads_pyc() could be made more forward-compatible by returning (path_stats, code) instead of (timestamp, size, code).
History
Date User Action Args
2012-06-08 16:53:23Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, jcea, ncoghlan
2012-06-08 16:53:22Ronan.Lamysetmessageid: <1339174402.9.0.940165482976.issue15031@psf.upfronthosting.co.za>
2012-06-08 16:53:22Ronan.Lamylinkissue15031 messages
2012-06-08 16:53:22Ronan.Lamycreate