Message 186789 - Python tracker (original) (raw)

Message186789

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:18 alexandre.vassalotti set recipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2013-04-13 18:35:18 alexandre.vassalotti set messageid: 1365878118.06.0.459720199281.issue17711@psf.upfronthosting.co.za
2013-04-13 18:35:18 alexandre.vassalotti link issue17711 messages
2013-04-13 18:35:17 alexandre.vassalotti create