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.

Author terry.reedy
Recipients Arfrever, Nicholas.Cole, benjamin.peterson, eric.araujo, ezio.melotti, inigoserna, lemburg, loewis, poq, serhiy.storchaka, tchrist, terry.reedy, vstinner, zeha
Date 2013-02-02.09:05:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2013-02-02 09:05:19terry.reedysetrecipients: + 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.reedysetmessageid: <1359795919.85.0.165954264571.issue12568@psf.upfronthosting.co.za>
2013-02-02 09:05:19terry.reedylinkissue12568 messages
2013-02-02 09:05:19terry.reedycreate