mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
This commit is contained in:
parent
19058b9f62
commit
3751b6b030
19 changed files with 79 additions and 105 deletions
|
@ -93,6 +93,8 @@ def _return_true(f):
|
|||
|
||||
|
||||
def rglob(root, patterns, condition=None):
|
||||
if not os.path.isdir(root):
|
||||
return
|
||||
if isinstance(patterns, tuple):
|
||||
for p in patterns:
|
||||
yield from _rglob(root, p, condition or _return_true)
|
||||
|
|
|
@ -80,7 +80,7 @@ PRESETS = {
|
|||
"venv",
|
||||
"dev",
|
||||
"symbols",
|
||||
"chm",
|
||||
"html-doc",
|
||||
],
|
||||
},
|
||||
"embed": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue