Message181149
In this part of width.py,
w = unicodedata.east_asian_width(c)
if c == 'A':
# ambiguous
raise ValueError("ambiguous character %x" % (ord(c)))
I presume that 'c' should be 'w'. |
|
| Date |
User |
Action |
Args |
| 2013-02-02 09:05:19 | terry.reedy | set | recipients:
+ terry.reedy, lemburg, loewis, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, inigoserna, zeha, poq, Nicholas.Cole, tchrist, serhiy.storchaka |
| 2013-02-02 09:05:19 | terry.reedy | set | messageid: <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za> |
| 2013-02-02 09:05:19 | terry.reedy | link | issue12568 messages |
| 2013-02-02 09:05:19 | terry.reedy | create | |
|