commit | c03e698c344dfc557555b6b07a3ee2702e45f6ee | [log] [tgz] |
---|---|---|
author | Greg Price <gnprice@gmail.com> | Tue Aug 13 19:28:38 2019 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 13 19:28:38 2019 -0700 |
tree | 947a399fe68f91cab7a96937a500d23443b765b6 | |
parent | 38c7199beb30ae9a5005c0f0d9df9fae0da3680a [diff] |
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.