summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-01-06 11:54:18 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-01-06 11:54:18 (GMT)
commit788db63265989080ad9cccc282369425ff3d0fde (patch)
tree910145c65456d0f5fbcc99758454b0d24e01c3f4 /Doc
parente01859fb65924c09e064254bb00e5f4d556962dc (diff)
downloadcpython-788db63265989080ad9cccc282369425ff3d0fde.zip
cpython-788db63265989080ad9cccc282369425ff3d0fde.tar.gz
cpython-788db63265989080ad9cccc282369425ff3d0fde.tar.bz2
Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.
Also rebuilt the pydoc_data with this change.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 1699891..1b6b0e2 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -131,7 +131,7 @@ pydoc_topic_labels = [
'assert', 'assignment', 'atom-identifiers', 'atom-literals',
'attribute-access', 'attribute-references', 'augassign', 'binary',
'bitwise', 'bltin-code-objects', 'bltin-ellipsis-object',
- 'bltin-null-object', 'bltin-type-objects', 'booleans',
+ 'bltin-file-objects', 'bltin-null-object', 'bltin-type-objects', 'booleans',
'break', 'callable-types', 'calls', 'class', 'comparisons', 'compound',
'context-managers', 'continue', 'conversions', 'customization', 'debugger',
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'exec', 'execmodel',