Message 181149 - Python tracker

Message181149

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