Message 103691 - Python tracker (original) (raw)

Message103691

Author eric.smith
Recipients anthon, eric.smith
Date 2010-04-20.10:22:48
SpamBayes Score 0.0021225268
Marked as misclassified No
Message-id 1271758969.88.0.83814234826.issue8466@psf.upfronthosting.co.za
In-reply-to
Content
From issue 8121: That name is actually correct. cStringIO features two different types, depending on whether you call cStringIO.StringIO() with or without an argument. One is called "StringI", the other "StringO".
History
Date User Action Args
2010-04-20 10:22:49 eric.smith set recipients: + eric.smith, anthon
2010-04-20 10:22:49 eric.smith set messageid: 1271758969.88.0.83814234826.issue8466@psf.upfronthosting.co.za
2010-04-20 10:22:48 eric.smith link issue8466 messages
2010-04-20 10:22:48 eric.smith create