]> granicus.if.org Git - python/commitdiff
Merged revisions 81782 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 02:51:17 +0000 (02:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 02:51:17 +0000 (02:51 +0000)
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
........

Doc/tools/sphinxext/pyspecific.py

index d2cca847e96eae0ed429d1d7e711bd3a01463a60..85cd5bc1396369c6ca873d0c582c9b72853e2fd6 100644 (file)
@@ -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',