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
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
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
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