diff options
author | Ned Deily <nad@python.org> | 2017-12-05 08:17:05 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 08:17:05 (GMT) |
commit | de4c3f312cad13462cdef03a85af87b0af0e35a9 (patch) | |
tree | a98d6b153f41bd0815ea6e42ff10594fd5c89938 /Lib | |
parent | 0da25972fd0dc54d76567ea4e3a0bae2d0895e38 (diff) | |
download | cpython-de4c3f312cad13462cdef03a85af87b0af0e35a9.zip cpython-de4c3f312cad13462cdef03a85af87b0af0e35a9.tar.gz cpython-de4c3f312cad13462cdef03a85af87b0af0e35a9.tar.bz2 |
Update NEWS and pydoc topics.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/pydoc_data/topics.py | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index deb540d..8dc41a2 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 Sep 18 23:00:11 2017 +# Autogenerated by Sphinx on Tue Dec 5 03:11:02 2017 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -2674,7 +2674,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' @@ -4503,12 +4502,6 @@ topics = {'assert': 'The "assert" statement\n' ' 3.14 10. .001 1e100 3.14e-10 0e0 ' '3.14_15_93\n' '\n' - 'Note that numeric literals do not include a sign; a phrase like ' - '"-1"\n' - 'is actually an expression composed of the unary operator "-" and ' - 'the\n' - 'literal "1".\n' - '\n' 'Changed in version 3.6: Underscores are now allowed for ' 'grouping\n' 'purposes in literals.\n', @@ -5497,7 +5490,7 @@ topics = {'assert': 'The "assert" statement\n' '\n' '**CPython implementation detail:** The current implementation does ' 'not\n' - 'enforce some of these restriction, but programs should not abuse ' + 'enforce some of these restrictions, but programs should not abuse ' 'this\n' 'freedom, as future implementations may enforce them or silently ' 'change\n' @@ -6744,7 +6737,9 @@ topics = {'assert': 'The "assert" statement\n' 'Addition and subtraction |\n' '+-------------------------------------------------+---------------------------------------+\n' '| "*", "@", "/", "//", "%" | ' - 'Multiplication, matrix multiplication |\n' + 'Multiplication, matrix |\n' + '| | ' + 'multiplication, division, floor |\n' '| | ' 'division, remainder [5] |\n' '+-------------------------------------------------+---------------------------------------+\n' @@ -10102,11 +10097,6 @@ topics = {'assert': 'The "assert" statement\n' 'or\n' 'greater must be expressed with escapes.\n' '\n' - 'As of Python 3.3 it is possible again to prefix string literals ' - 'with a\n' - '"u" prefix to simplify maintenance of dual 2.x and 3.x ' - 'codebases.\n' - '\n' 'Both string and bytes literals may optionally be prefixed with a\n' 'letter "\'r\'" or "\'R\'"; such strings are called *raw strings* ' 'and treat\n' |