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 serhiy.storchaka
Recipients ThomasH, alexandre.vassalotti, lemburg, serhiy.storchaka
Date 2015-12-02.19:16:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449083804.49.0.848808704207.issue6395@psf.upfronthosting.co.za>
In-reply-to
Content
> If the StreamWriter/Reader cannot pickle the underlying stream (which is
probably always the case), why should the object itself be pickleable ?

io.BytesIO() and io.StringIO() are pickleable.
History
Date User Action Args
2015-12-02 19:16:44serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, alexandre.vassalotti, ThomasH
2015-12-02 19:16:44serhiy.storchakasetmessageid: <1449083804.49.0.848808704207.issue6395@psf.upfronthosting.co.za>
2015-12-02 19:16:44serhiy.storchakalinkissue6395 messages
2015-12-02 19:16:44serhiy.storchakacreate