]> granicus.if.org Git - python/commit
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
authorGreg Price <gnprice@gmail.com>
Tue, 13 Aug 2019 05:59:30 +0000 (22:59 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Aug 2019 05:59:30 +0000 (22:59 -0700)
commit99d208efed97e02d813e8166925b998bbd0d3993
tree5a3b6605800fdc87b1da7659dd07e6a544cfed2b
parentdef97c988be8340f33869b57942a30d10fc3a1f9
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)

The `expand` option was introduced in 2000 in commit fad27aee1.
It appears to have been always set since it was committed, and
what it does is tell the code to do something essential.  So,
just always do that, and cut the option.

Also cut the `linebreakprops` option, which isn't consulted anymore.
Tools/unicode/makeunicodedata.py