Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.

Also rebuilt the pydoc_data with this change.
This commit is contained in:
Senthil Kumaran 2016-01-06 03:54:18 -08:00
parent e01859fb65
commit 788db63265
2 changed files with 81 additions and 13317 deletions

View File

@ -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',

File diff suppressed because one or more lines are too long