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 benjamin.peterson, cocoatomo, docs@python, r.david.murray, serhiy.storchaka
Date 2017-04-22.04:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492836119.73.0.868326084231.issue30134@psf.upfronthosting.co.za>
In-reply-to
Content
BytesWarning should be added in the table in warnings.rst (and check that all other built-in warning categories are in this table). It is worth to mention the -b option.

And I think the docstring of BytesWarning should be corrected. "Unicode" should be used rather that "str" since str and bytes is the same in 2.7.
History
Date User Action Args
2017-04-22 04:41:59serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, r.david.murray, docs@python, cocoatomo
2017-04-22 04:41:59serhiy.storchakasetmessageid: <1492836119.73.0.868326084231.issue30134@psf.upfronthosting.co.za>
2017-04-22 04:41:59serhiy.storchakalinkissue30134 messages
2017-04-22 04:41:59serhiy.storchakacreate