|
1 | 1 | # -*- coding: utf-8 -*-
|
2 |
| -# Autogenerated by Sphinx on Mon Sep 18 23:00:11 2017 |
| 2 | +# Autogenerated by Sphinx on Tue Dec 5 03:11:02 2017 |
3 | 3 | topics = {'assert': 'The "assert" statement\n'
|
4 | 4 | '**********************\n'
|
5 | 5 | '\n'
|
|
2674 | 2674 | ' mgr = (EXPR)\n'
|
2675 | 2675 | ' aexit = type(mgr).__aexit__\n'
|
2676 | 2676 | ' aenter = type(mgr).__aenter__(mgr)\n'
|
2677 |
| - ' exc = True\n' |
2678 | 2677 | '\n'
|
2679 | 2678 | ' VAR = await aenter\n'
|
2680 | 2679 | ' try:\n'
|
|
4503 | 4502 | ' 3.14 10. .001 1e100 3.14e-10 0e0 '
|
4504 | 4503 | '3.14_15_93\n'
|
4505 | 4504 | '\n'
|
4506 |
| - 'Note that numeric literals do not include a sign; a phrase like ' |
4507 |
| - '"-1"\n' |
4508 |
| - 'is actually an expression composed of the unary operator "-" and ' |
4509 |
| - 'the\n' |
4510 |
| - 'literal "1".\n' |
4511 |
| - '\n' |
4512 | 4505 | 'Changed in version 3.6: Underscores are now allowed for '
|
4513 | 4506 | 'grouping\n'
|
4514 | 4507 | 'purposes in literals.\n',
|
|
5497 | 5490 | '\n'
|
5498 | 5491 | '**CPython implementation detail:** The current implementation does '
|
5499 | 5492 | 'not\n'
|
5500 |
| - 'enforce some of these restriction, but programs should not abuse ' |
| 5493 | + 'enforce some of these restrictions, but programs should not abuse ' |
5501 | 5494 | 'this\n'
|
5502 | 5495 | 'freedom, as future implementations may enforce them or silently '
|
5503 | 5496 | 'change\n'
|
|
6744 | 6737 | 'Addition and subtraction |\n'
|
6745 | 6738 | '+-------------------------------------------------+---------------------------------------+\n'
|
6746 | 6739 | '| "*", "@", "/", "//", "%" | '
|
6747 |
| - 'Multiplication, matrix multiplication |\n' |
| 6740 | + 'Multiplication, matrix |\n' |
| 6741 | + '| | ' |
| 6742 | + 'multiplication, division, floor |\n' |
6748 | 6743 | '| | '
|
6749 | 6744 | 'division, remainder [5] |\n'
|
6750 | 6745 | '+-------------------------------------------------+---------------------------------------+\n'
|
|
10102 | 10097 | 'or\n'
|
10103 | 10098 | 'greater must be expressed with escapes.\n'
|
10104 | 10099 | '\n'
|
10105 |
| - 'As of Python 3.3 it is possible again to prefix string literals ' |
10106 |
| - 'with a\n' |
10107 |
| - '"u" prefix to simplify maintenance of dual 2.x and 3.x ' |
10108 |
| - 'codebases.\n' |
10109 |
| - '\n' |
10110 | 10100 | 'Both string and bytes literals may optionally be prefixed with a\n'
|
10111 | 10101 | 'letter "\'r\'" or "\'R\'"; such strings are called *raw strings* '
|
10112 | 10102 | 'and treat\n'
|
|
0 commit comments