]> granicus.if.org Git - python/commit
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248)
authorGreg Price <gnprice@gmail.com>
Wed, 14 Aug 2019 02:28:38 +0000 (19:28 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 14 Aug 2019 02:28:38 +0000 (19:28 -0700)
commitc03e698c344dfc557555b6b07a3ee2702e45f6ee
tree947a399fe68f91cab7a96937a500d23443b765b6
parent38c7199beb30ae9a5005c0f0d9df9fae0da3680a
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248)

Much like the lower-level logic in commit ef2af1ad4, we had
4 copies of this logic, written in a couple of different ways.
They're all implementing the same standard, so write it just once.
Tools/unicode/makeunicodedata.py