消息 [181149]
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'. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-02-02 09:05:19 | terry.reedy | 修改 | 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 | 修改 | messageid: <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za> |
| 2013-02-02 09:05:19 | terry.reedy | 链接 | issue12568 messages |
| 2013-02-02 09:05:19 | terry.reedy | 创建 | |
|