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 jamercee
Recipients doerwalter, jamercee, serhiy.storchaka
Date 2019-10-15.23:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571181479.93.0.222195707465.issue38482@roundup.psfhosted.org>
In-reply-to
Content
I understand.

btw; I did a deep dive on cpython codebase, and the only references to codecs.iterencode()/iterdecode() is in ./Lib/tests/test_codecs.py. I suspect functions are not used by many people.

The patch I proposed was a three line change that would allow passing either an int or bytes...not sure if that sways any opinions on this topic.

If we decide to just stick with existing functionality, a small clarification to the docs might be in order?
History
Date User Action Args
2019-10-15 23:18:00jamerceesetrecipients: + jamercee, doerwalter, serhiy.storchaka
2019-10-15 23:17:59jamerceesetmessageid: <1571181479.93.0.222195707465.issue38482@roundup.psfhosted.org>
2019-10-15 23:17:59jamerceelinkissue38482 messages
2019-10-15 23:17:59jamerceecreate