[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2010-03-21 Thread STINNER Victor
STINNER Victor added the comment: > Commited: r78646 (trunk) Backport done: r79201 (2.6). -- resolution: remind -> fixed status: open -> closed ___ Python tracker ___ ___

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2010-03-06 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2010-03-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti resolution: -> remind stage: test needed -> committed/rejected status: open -> pending versions: +Python 2.7, Python 3.2 ___ Python tracker __

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2010-03-04 Thread STINNER Victor
STINNER Victor added the comment: Commited: r78646 (trunk), r78647 (py3k), r78648 (3.1). Leave the issue open to remember me that I have to backport to 2.6 (after the 2.6.5 release). -- ___ Python tracker

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2009-05-04 Thread STINNER Victor
STINNER Victor added the comment: Here is a patch fixing Unicode issue "PR29", I used the testcases given in http://www.unicode.org/review/pr-29.html -- keywords: +patch Added file: http://bugs.python.org/file13865/unicode_pr29.patch ___ Python trac

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: The code is the same as described by MAL and we're now on Unicode DB 5.1. -- nosy: +ajaksu2, haypo stage: -> test needed type: -> behavior versions: +Python 3.1 -Python 2.5 ___ Python tracker

[issue1054943] Python may contain NFC/NFKC bug per Unicode PRI #29

2008-01-03 Thread Christian Heimes
Christian Heimes added the comment: Python 2.6 and probably also 2.5 contains still the line if (comb1 && comb == comb1) {...} -- nosy: +tiran versions: +Python 2.5, Python 2.6 -Python 2.3 _ Tracker <[EMAIL PROTECTED]>