This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 terry.reedy
收信人 Arfrever, Nicholas.Cole, benjamin.peterson, eric.araujo, ezio.melotti, inigoserna, lemburg, loewis, poq, serhiy.storchaka, tchrist, terry.reedy, vstinner, zeha
日期 2013-02-02.09:05:19
SpamBayes Score -1.0
Marked as misclassified
Message-id <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za>
In-reply-to
内容
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:19terry.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:19terry.reedy修改messageid: <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za>
2013-02-02 09:05:19terry.reedy链接issue12568 messages
2013-02-02 09:05:19terry.reedy创建