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 lemburg
Recipients ThomasH, alexandre.vassalotti, lemburg
Date 2009-07-06.14:26:40
SpamBayes Score 0.00040352397
Marked as misclassified No
Message-id <1246890402.61.0.782074173872.issue6395@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the use case for this. 

If the StreamWriter/Reader cannot pickle the underlying stream (which is
probably always the case), why should the object itself be pickleable ?

What we could do is implement .__get/setstate__() and have it raise an
exception to inform the user of the problem.
History
Date User Action Args
2009-07-06 14:26:42lemburgsetrecipients: + lemburg, alexandre.vassalotti, ThomasH
2009-07-06 14:26:42lemburgsetmessageid: <1246890402.61.0.782074173872.issue6395@psf.upfronthosting.co.za>
2009-07-06 14:26:40lemburglinkissue6395 messages
2009-07-06 14:26:40lemburgcreate