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 georg.brandl, larry, pitrou, sconseil, serhiy.storchaka, vstinner
Date 2013-05-07.13:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367934228.94.0.820671045334.issue17915@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adds explicit checks for codecs stream writers and adds tests for these cases. The tests are not entirely honest, they test only that XMLGenerator works with some specially prepared streams. XMLGenerator doesn't work with a stream with arbitrary encoding and errors handler.
History
Date User Action Args
2013-05-07 13:43:49serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, vstinner, larry, sconseil
2013-05-07 13:43:48serhiy.storchakasetmessageid: <1367934228.94.0.820671045334.issue17915@psf.upfronthosting.co.za>
2013-05-07 13:43:48serhiy.storchakalinkissue17915 messages
2013-05-07 13:43:48serhiy.storchakacreate