New submission from STINNER Victor <[EMAIL PROTECTED]>: 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. ---------- files: runtests.patch keywords: patch messages: 74781 nosy: haypo severity: normal status: open title: runtests.sh: use -bb flag of Python versions: Python 3.0 Added file: http://bugs.python.org/file11797/runtests.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4125> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com