summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-24 21:36:25 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-24 21:36:25 (GMT)
commit7b3ab5921fa25ed8b97b6296f97c5c78aacf5447 (patch)
treeba1768864ba6570796f42d8f2eeb8fea01b1b1a8 /Lib/pydoc_data
parent1f4cf0c22b00fefb17611546755b65d3cb488330 (diff)
downloadcpython-7b3ab5921fa25ed8b97b6296f97c5c78aacf5447.zip
cpython-7b3ab5921fa25ed8b97b6296f97c5c78aacf5447.tar.gz
cpython-7b3ab5921fa25ed8b97b6296f97c5c78aacf5447.tar.bz2
Python 3.8.2v3.8.2
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py19
1 files changed, 13 insertions, 6 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 3c1b780..f1fdb7f 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Feb 17 23:43:37 2020
+# Autogenerated by Sphinx on Mon Feb 24 21:52:17 2020
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -5286,9 +5286,12 @@ topics = {'assert': 'The "assert" statement\n'
'Changed in version 3.6: Added the "\'_\'" option (see also '
'**PEP 515**).\n'
'\n'
- '*width* is a decimal integer defining the minimum field '
- 'width. If not\n'
- 'specified, then the field width will be determined by the '
+ '*width* is a decimal integer defining the minimum total '
+ 'field width,\n'
+ 'including any prefixes, separators, and other formatting '
+ 'characters.\n'
+ 'If not specified, then the field width will be determined '
+ 'by the\n'
'content.\n'
'\n'
'When no explicit alignment is given, preceding the *width* '
@@ -9001,11 +9004,15 @@ topics = {'assert': 'The "assert" statement\n'
'come from\n'
'the class definition). The "__prepare__" method should be '
'implemented\n'
- 'as a "classmethod()".\n'
+ 'as a "classmethod()". The namespace returned by '
+ '"__prepare__" is\n'
+ 'passed in to "__new__", but when the final class object is '
+ 'created the\n'
+ 'namespace is copied into a new "dict".\n'
'\n'
'If the metaclass has no "__prepare__" attribute, then the '
'class\n'
- 'namespace is initialised as an empty ordered mapping.\n'
+ 'namespace is initialised as an empty "dict()".\n'
'\n'
'See also:\n'
'\n'