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 eric.smith
Recipients corona10, docs@python, eric.smith, norbertcyran
Date 2020-09-03.23:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599174921.75.0.509748994015.issue41672@roundup.psfhosted.org>
In-reply-to
Content
For the case of returning a list of non-tuples, all of my code assumes bytes, so I think changing the docs to say bytes is good. "bytes-like" might be overkill. Unfortunately, I don't know enough to say what encoding is returned: I just assume utf-8, although everything I'm using is probably ascii.

My code doesn't handle any case where a list of tuples is returned, so I can't really comment on that.
History
Date User Action Args
2020-09-03 23:15:21eric.smithsetrecipients: + eric.smith, docs@python, corona10, norbertcyran
2020-09-03 23:15:21eric.smithsetmessageid: <1599174921.75.0.509748994015.issue41672@roundup.psfhosted.org>
2020-09-03 23:15:21eric.smithlinkissue41672 messages
2020-09-03 23:15:21eric.smithcreate