mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
gh-97669: Create Tools/build/ directory (#97963)
Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts.
This commit is contained in:
parent
eae7dad402
commit
1863302d61
41 changed files with 102 additions and 84 deletions
|
@ -261,7 +261,7 @@ name2codepoint = {
|
|||
|
||||
|
||||
# HTML5 named character references
|
||||
# Generated by 'Tools/scripts/parse_html5_entities.py'
|
||||
# Generated by Tools/build/parse_html5_entities.py
|
||||
# from https://html.spec.whatwg.org/entities.json and
|
||||
# https://html.spec.whatwg.org/multipage/named-characters.html.
|
||||
# Map HTML5 named character references to the equivalent Unicode character(s).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue