summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 02:51:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-06 02:51:17 (GMT)
commit2d5abf0cc4de57afaa1413aaa3d69c8135aa22e3 (patch)
tree7d6d9b19c8e2c9a19ebdd85b219726491de02169
parent7b6b90d448d17fdec8252a642ba78d01b19a3da6 (diff)
downloadcpython-2d5abf0cc4de57afaa1413aaa3d69c8135aa22e3.zip
cpython-2d5abf0cc4de57afaa1413aaa3d69c8135aa22e3.tar.gz
cpython-2d5abf0cc4de57afaa1413aaa3d69c8135aa22e3.tar.bz2
Merged revisions 81782 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81782 | benjamin.peterson | 2010-06-05 21:44:41 -0500 (Sat, 05 Jun 2010) | 1 line bltn-file-objects don't exist in python3 ........
-rw-r--r--Doc/tools/sphinxext/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
index d2cca84..85cd5bc 100644
--- a/Doc/tools/sphinxext/pyspecific.py
+++ b/Doc/tools/sphinxext/pyspecific.py
@@ -78,7 +78,7 @@ pydoc_topic_labels = [
'assert', 'assignment', 'atom-identifiers', 'atom-literals',
'attribute-access', 'attribute-references', 'augassign', 'binary',
'bitwise', 'bltin-code-objects', 'bltin-ellipsis-object',
- 'bltin-file-objects', 'bltin-null-object', 'bltin-type-objects', 'booleans',
+ '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', 'execmodel',