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 vstinner
Recipients vstinner
Date 2008-10-14.23:06:39
SpamBayes Score 0.0030677705
Marked as misclassified No
Message-id <1224025600.55.0.798566736158.issue4125@psf.upfronthosting.co.za>
In-reply-to
Content
The -bb (raise ByteWarning error) is useful for debugging and needed 
to improve bytes/unicode distinction in Python3. Here is a small patch 
to always run Python with -bb option.

The patch helps issue3988 test.
History
Date User Action Args
2008-10-14 23:06:40vstinnersetrecipients: + vstinner
2008-10-14 23:06:40vstinnersetmessageid: <1224025600.55.0.798566736158.issue4125@psf.upfronthosting.co.za>
2008-10-14 23:06:39vstinnerlinkissue4125 messages
2008-10-14 23:06:39vstinnercreate