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.araujo
Recipients docs@python, eric.araujo
Date 2011-03-26.00:53:45
SpamBayes Score 0.0033248428
Marked as misclassified No
Message-id <1301100825.87.0.69977993755.issue11681@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 has a -b command-line option which is undocumented.

It is used by the warnings machinery to decide to warn about (-b) or raise an error (-bb) if someone uses str(bytes) or str(buffer) (explanation courtesy of grep and Python/pythonrun.c).
History
Date User Action Args
2011-03-26 00:53:45eric.araujosetrecipients: + eric.araujo, docs@python
2011-03-26 00:53:45eric.araujosetmessageid: <1301100825.87.0.69977993755.issue11681@psf.upfronthosting.co.za>
2011-03-26 00:53:45eric.araujolinkissue11681 messages
2011-03-26 00:53:45eric.araujocreate