[issue23550] Add to unicodedata a function to query the "Quick_Check" property for a character

Hammerite report at bugs.python.org
Sat Mar 28 20:25:31 CET 2015


Hammerite added the comment:

For good measure, here is a patch that makes all of Berker's suggested stylistic changes, but applies them to the pre-existing code in makeunicodedata.py and unicodedata.c. So all of the existing docstrings are converted from '"...\n\' to '"...\n"' form, and the other property name arrays that were non-static are made static.

----------
Added file: http://bugs.python.org/file38719/quick_check_4.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23550>
_______________________________________


More information about the Python-bugs-list mailing list