Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f9a728

Browse files
committed
Update NEWS and pydoc topics.
1 parent d4d2b56 commit 3f9a728

156 files changed

Lines changed: 1640 additions & 409 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Lib/pydoc_data/topics.py

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Oct 16 23:39:41 2017
2+
# Autogenerated by Sphinx on Tue Dec 5 03:14:53 2017
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -2686,7 +2686,6 @@
26862686
' mgr = (EXPR)\n'
26872687
' aexit = type(mgr).__aexit__\n'
26882688
' aenter = type(mgr).__aenter__(mgr)\n'
2689-
' exc = True\n'
26902689
'\n'
26912690
' VAR = await aenter\n'
26922691
' try:\n'
@@ -3424,11 +3423,11 @@
34243423
' hard-code a breakpoint at a given point in a program, even if '
34253424
'the\n'
34263425
' code is not otherwise being debugged (e.g. when an assertion\n'
3427-
' fails). If given, "header" is printed to the console just '
3426+
' fails). If given, *header* is printed to the console just '
34283427
'before\n'
34293428
' debugging begins.\n'
34303429
'\n'
3431-
' New in version 3.7: The keyword-only argument "header".\n'
3430+
' Changed in version 3.7: The keyword-only argument *header*.\n'
34323431
'\n'
34333432
'pdb.post_mortem(traceback=None)\n'
34343433
'\n'
@@ -5669,13 +5668,13 @@
56695668
'They must\n'
56705669
'be spelled exactly as written here:\n'
56715670
'\n'
5672-
' False class finally is return\n'
5673-
' None continue for lambda try\n'
5674-
' True def from nonlocal while\n'
5675-
' and del global not with\n'
5676-
' as elif if or yield\n'
5677-
' assert else import pass\n'
5678-
' break except in raise\n'
5671+
' False await else import pass\n'
5672+
' None break except in raise\n'
5673+
' True class finally is return\n'
5674+
' and continue for lambda try\n'
5675+
' as def from nonlocal while\n'
5676+
' assert del global not with\n'
5677+
' async elif if or yield\n'
56795678
'\n'
56805679
'\n'
56815680
'Reserved classes of identifiers\n'

0 commit comments

Comments
 (0)