summaryrefslogtreecommitdiff
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 03:17:33 -0500
committerNed Deily <nad@python.org>2017-12-05 03:17:33 -0500
commit3f9a728d955579373f45dac1dd89f5b3e4f36a1c (patch)
treee033fc4fecc9a1baa5b19ec72756f1fe96103eed /Lib/pydoc_data
parentd4d2b563025747c2e73ed970c633126a5438044e (diff)
downloadcpython-git-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.gz
Update NEWS and pydoc topics.
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py21
1 files changed, 10 insertions, 11 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 2c52b54840..bb9c1efbd0 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 Oct 16 23:39:41 2017
+# Autogenerated by Sphinx on Tue Dec 5 03:14:53 2017
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -2686,7 +2686,6 @@ topics = {'assert': 'The "assert" statement\n'
' mgr = (EXPR)\n'
' aexit = type(mgr).__aexit__\n'
' aenter = type(mgr).__aenter__(mgr)\n'
- ' exc = True\n'
'\n'
' VAR = await aenter\n'
' try:\n'
@@ -3424,11 +3423,11 @@ topics = {'assert': 'The "assert" statement\n'
' hard-code a breakpoint at a given point in a program, even if '
'the\n'
' code is not otherwise being debugged (e.g. when an assertion\n'
- ' fails). If given, "header" is printed to the console just '
+ ' fails). If given, *header* is printed to the console just '
'before\n'
' debugging begins.\n'
'\n'
- ' New in version 3.7: The keyword-only argument "header".\n'
+ ' Changed in version 3.7: The keyword-only argument *header*.\n'
'\n'
'pdb.post_mortem(traceback=None)\n'
'\n'
@@ -5669,13 +5668,13 @@ topics = {'assert': 'The "assert" statement\n'
'They must\n'
'be spelled exactly as written here:\n'
'\n'
- ' False class finally is return\n'
- ' None continue for lambda try\n'
- ' True def from nonlocal while\n'
- ' and del global not with\n'
- ' as elif if or yield\n'
- ' assert else import pass\n'
- ' break except in raise\n'
+ ' False await else import pass\n'
+ ' None break except in raise\n'
+ ' True class finally is return\n'
+ ' and continue for lambda try\n'
+ ' as def from nonlocal while\n'
+ ' assert del global not with\n'
+ ' async elif if or yield\n'
'\n'
'\n'
'Reserved classes of identifiers\n'