[New-bugs-announce] [issue4125] runtests.sh: use -bb flag of Python

STINNER Victor report at bugs.python.org
Wed Oct 15 01:06:40 CEST 2008


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue4125>
_______________________________________


More information about the New-bugs-announce mailing list