]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update pydoc topics for 3.6.0a3
authorNed Deily <nad@python.org>
Mon, 11 Jul 2016 19:32:48 +0000 (15:32 -0400)
committerNed Deily <nad@python.org>
Mon, 11 Jul 2016 19:32:48 +0000 (15:32 -0400)
Lib/pydoc_data/topics.py

index be61bdd1e80857316a2cf9caba3b28123d83415c..7378dc9eb82fcf3e4c3550ec1aa7a93ab68dea8a 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Jun 13 16:49:58 2016
+# Autogenerated by Sphinx on Mon Jul 11 15:30:24 2016
 topics = {'assert': '\n'
            'The "assert" statement\n'
            '**********************\n'
@@ -7288,13 +7288,17 @@ topics = {'assert': '\n'
                  '\n'
                  '   The tuple of base classes of a class object.\n'
                  '\n'
-                 'class.__name__\n'
+                 'definition.__name__\n'
                  '\n'
-                 '   The name of the class or type.\n'
+                 '   The name of the class, function, method, descriptor, or '
+                 'generator\n'
+                 '   instance.\n'
                  '\n'
-                 'class.__qualname__\n'
+                 'definition.__qualname__\n'
                  '\n'
-                 '   The *qualified name* of the class or type.\n'
+                 '   The *qualified name* of the class, function, method, '
+                 'descriptor, or\n'
+                 '   generator instance.\n'
                  '\n'
                  '   New in version 3.3.\n'
                  '\n'