Message 101316 - Python tracker (original) (raw)
Amaury Forgeot d'Arc wrote:
Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
Looking closer at the patch, you also changed the unicodetype mappings and since this removes a lot of entries, it looks like the Unicode consortium either moved some mappings out of the UCD file into a separate file or made some massive changes to the code point properties (which is unlikely).
Does it? On the contrary, it seems to me that with r79059, unicodetype_db.h grown by 200 lines.
Ooops :-) I now realized that I was looking at the patch reverting the change.
Sorry about that.