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

2008-10-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66957. really. fer sher. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

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

2008-10-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Barry, did you *really* apply this change? I can't find it anywhere. r66950 does not contains runtests.sh: http://mail.python.org/pipermail/python-3000-checkins/2008-October/004752.html -- nosy: +amaury.forgeotdarc status: clo

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

2008-10-16 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: r66950 -- nosy: +barry status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

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

2008-10-14 Thread STINNER Victor
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.