Message 112510 - Python tracker

Message112510

Author fdrake
Recipients brian.curtin, ezio.melotti, fdrake, lukasz.langa
Date 2010-08-02.18:41:48
SpamBayes Score 0.11100297
Marked as misclassified No
Message-id <1280774511.63.0.872158998087.issue9452@psf.upfronthosting.co.za>
In-reply-to
Content
Reading from a string is certainly fairly common, though I'm pretty happy with using an io.StringIO seems reasonable and straightforward.

I've never stumbled over the need to "read" from dictionaries as described.
History
Date User Action Args
2010-08-02 18:41:52fdrakesetrecipients: + fdrake, ezio.melotti, brian.curtin, lukasz.langa
2010-08-02 18:41:51fdrakesetmessageid: <1280774511.63.0.872158998087.issue9452@psf.upfronthosting.co.za>
2010-08-02 18:41:50fdrakelinkissue9452 messages
2010-08-02 18:41:48fdrakecreate