|
1 | 1 | # -*- 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 |
3 | 3 | topics = {'assert': 'The "assert" statement\n' |
4 | 4 | '**********************\n' |
5 | 5 | '\n' |
|
2686 | 2686 | ' mgr = (EXPR)\n' |
2687 | 2687 | ' aexit = type(mgr).__aexit__\n' |
2688 | 2688 | ' aenter = type(mgr).__aenter__(mgr)\n' |
2689 | | - ' exc = True\n' |
2690 | 2689 | '\n' |
2691 | 2690 | ' VAR = await aenter\n' |
2692 | 2691 | ' try:\n' |
|
3424 | 3423 | ' hard-code a breakpoint at a given point in a program, even if ' |
3425 | 3424 | 'the\n' |
3426 | 3425 | ' 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 ' |
3428 | 3427 | 'before\n' |
3429 | 3428 | ' debugging begins.\n' |
3430 | 3429 | '\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' |
3432 | 3431 | '\n' |
3433 | 3432 | 'pdb.post_mortem(traceback=None)\n' |
3434 | 3433 | '\n' |
|
5669 | 5668 | 'They must\n' |
5670 | 5669 | 'be spelled exactly as written here:\n' |
5671 | 5670 | '\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' |
5679 | 5678 | '\n' |
5680 | 5679 | '\n' |
5681 | 5680 | 'Reserved classes of identifiers\n' |
|
0 commit comments