mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Update NEWS and pydoc topics.
This commit is contained in:
parent
d4d2b56302
commit
3f9a728d95
156 changed files with 1640 additions and 409 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue