[issue1396258] KeyboardInterrupt prevents return to Windows console

2009-03-23 Thread Vernon Cole
Vernon Cole added the comment: A quick test on Vista shows that this problem is not present in Python 2.6 nor 3.0. -- ___ Python tracker <http://bugs.python.org/issue1396

[issue6383] error in unicodedata.numeric(u"\u2187") and 2188

2009-06-29 Thread Vernon Cole
New submission from Vernon Cole : I am making a demo program, a class which is a subset of int, which implements a partial implementation of PEP313 (Roman numeral literals). I discover that my conversion routines fail for values > 5 due to an error in unicodedata for the two code poi

[issue6383] error in unicodedata.numeric(u"\u2187") and 2188

2009-06-30 Thread Vernon Cole
Vernon Cole added the comment: Wow! Quick response! My outstanding bug on IronPython has been hanging out there since August of last year. I don't really want to try compiling the standard library on my laptop, but I do want to fully test my code soon. What is the first place I can expe

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-06-30 Thread Vernon Cole
Vernon Cole added the comment: Adding Python 2.6 to the list of affected versions - as that is where I found the bug reported in issue 6383 (now superseded by this one.) -- nosy: +vernondcole versions: +Python 2.6, Python 3.0 ___ Python tracker