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 r.david.murray
Recipients harobed, orsenthil, r.david.murray
Date 2011-06-13.19:36:35
SpamBayes Score 0.010119513
Marked as misclassified No
Message-id <1307993796.74.0.573049168051.issue12327@psf.upfronthosting.co.za>
In-reply-to
Content
fileno and stat won't work on a StringIO object.  So StringIO would need to be special cased to call getvalue.
History
Date User Action Args
2011-06-13 19:36:36r.david.murraysetrecipients: + r.david.murray, orsenthil, harobed
2011-06-13 19:36:36r.david.murraysetmessageid: <1307993796.74.0.573049168051.issue12327@psf.upfronthosting.co.za>
2011-06-13 19:36:36r.david.murraylinkissue12327 messages
2011-06-13 19:36:35r.david.murraycreate