diff options
author | Greg Price <gnprice@gmail.com> | 2019-08-12 22:59:30 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-08-12 22:59:30 -0700 |
commit | 99d208efed97e02d813e8166925b998bbd0d3993 (patch) | |
tree | 5a3b6605800fdc87b1da7659dd07e6a544cfed2b /Python/pythonrun.c | |
parent | def97c988be8340f33869b57942a30d10fc3a1f9 (diff) | |
download | cpython-git-99d208efed97e02d813e8166925b998bbd0d3993.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions