[Python-checkins] cpython: Update pydoc topics for 3.6.0a3
ned.deily
python-checkins at python.org
Tue Jul 12 01:22:56 EDT 2016
https://hg.python.org/cpython/rev/f2b7418e2682
changeset: 102327:f2b7418e2682
user: Ned Deily <nad at python.org>
date: Mon Jul 11 15:32:48 2016 -0400
summary:
Update pydoc topics for 3.6.0a3
files:
Lib/pydoc_data/topics.py | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -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 @@
'\n'
' The tuple of base classes of a class object.\n'
'\n'
- 'class.__name__\n'
- '\n'
- ' The name of the class or type.\n'
- '\n'
- 'class.__qualname__\n'
- '\n'
- ' The *qualified name* of the class or type.\n'
+ 'definition.__name__\n'
+ '\n'
+ ' The name of the class, function, method, descriptor, or '
+ 'generator\n'
+ ' instance.\n'
+ '\n'
+ 'definition.__qualname__\n'
+ '\n'
+ ' The *qualified name* of the class, function, method, '
+ 'descriptor, or\n'
+ ' generator instance.\n'
'\n'
' New in version 3.3.\n'
'\n'
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list