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 2013-04-13.18:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365878118.06.0.459720199281.issue17711@psf.upfronthosting.co.za>
In-reply-to
Content
In protocol 0, the persistent ID is restricted to alphanumeric strings because of the problems that arise when the persistent ID contains newline characters. _pickle likely should be changed to use the ASCII decoded. And perhaps, we should check for embedded newline characters too.
History
Date User Action Args
2013-04-13 18:35:18alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2013-04-13 18:35:18alexandre.vassalottisetmessageid: <1365878118.06.0.459720199281.issue17711@psf.upfronthosting.co.za>
2013-04-13 18:35:18alexandre.vassalottilinkissue17711 messages
2013-04-13 18:35:17alexandre.vassalotticreate