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 martin.panter
Recipients amcnabb, doerwalter, jcea, lemburg, loewis, martin.panter, vstinner
Date 2015-01-15.23:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Sorry, I changed the name of the attribute and forgot to update the doc string. Its new name was _Encoder.

Your description was fairly accurate. I am adding patch v3, with an expanded the doc string. Hopefully that explains it a bit better. Since it is just implementing the documented StreamWriter API, I only added brief descriptions of the methods pointing back to the StreamWriter methods.
History
Date User Action Args
2015-01-15 23:02:55martin.pantersetrecipients: + martin.panter, lemburg, loewis, doerwalter, jcea, amcnabb, vstinner
2015-01-15 23:02:55martin.pantersetmessageid: <[email protected]>
2015-01-15 23:02:55martin.panterlinkissue13881 messages
2015-01-15 23:02:55martin.pantercreate