-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Unicode database to 5.1.0 #48061
Comments
This is a patch to update the Unicode database. It's mostly the imported
Fredrik, can you please review these changes? |
Guido, would you like to review? |
The patch looks fine to me (assuming that I didn't miss something (I'd probably named the "NODELTA" flag after what it is rather than what |
Reviewed the patch: looks fine to me. One nit: the unicodedata module doc-string must be updated to 5.1.0 as |
I have now committed the change as r66362 (including the missing |
2008/9/10 Martin v. Löwis <report@bugs.python.org>:
That's unfortunate -- perhaps the 2.6 flag and data can be brought in line, |
I thought of that, however, merging the databases themselves would still In future changes, it might be useful to have new flags with the same |
bpo-66363 breaks test_unicode and test_format on 3.0. |
Code point 0x0370 is now a printable character. |
2008/9/10 Amaury Forgeot d'Arc <report@bugs.python.org>:
The control characters? |
Indeed, also the private-use characters. test_unicode explicitly One of the characters that is guaranteed to remain unassigned is |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: