Message 101037 - Python tracker (original) (raw)

Message101037

Author flox
Recipients MLModel, effbot, flox, georg.brandl, milko.krachounov, pitrou
Date 2010-03-14.01:45:21
SpamBayes Score 3.130394e-08
Marked as misclassified No
Message-id 1268531123.04.0.425033427328.issue6472@psf.upfronthosting.co.za
In-reply-to
Content
Merged in 3.x with r78942 and r78945. See #8047 for a discussion about the `encoding` argument of the serializer (used for .write() method and tostring() tostringlist() functions). Currently the output is not encoded by default in 3.1 and 3.x. It is encoded to ASCII in 2.6 and 2.x.
History
Date User Action Args
2010-03-14 01:45:23 flox set recipients: + flox, effbot, georg.brandl, pitrou, MLModel, milko.krachounov
2010-03-14 01:45:23 flox set messageid: 1268531123.04.0.425033427328.issue6472@psf.upfronthosting.co.za
2010-03-14 01:45:21 flox link issue6472 messages
2010-03-14 01:45:21 flox create