]> granicus.if.org Git - python/commit
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
authorGreg Price <gnprice@gmail.com>
Tue, 13 Aug 2019 05:20:56 +0000 (22:20 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Aug 2019 05:20:56 +0000 (22:20 -0700)
commitef2af1ad44be0542a47270d5173a0b920c3a450d
tree2afd7ad67373630305bf3806b0138fbf599ef260
parent66a34d35e4c97da9840a29ba9fba76721021c463
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)

There were 10 copies of this, and almost as many distinct versions of
exactly how it was written.  They're all implementing the same
standard.  Pull them out to the top, so the more interesting logic
that remains becomes easier to read.
Tools/unicode/makeunicodedata.py