3.7.11 · python/cpython@9da28d2 · GitHub
Skip to content

Commit 9da28d2

Browse files
committed
3.7.11
1 parent fee9642 commit 9da28d2

11 files changed

Lines changed: 91 additions & 32 deletions

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions

Lib/pydoc_data/topics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Feb 15 20:10:03 2021
2+
# Autogenerated by Sphinx on Mon Jun 28 12:37:39 2021
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'
@@ -5118,7 +5118,7 @@
51185118
'character that can be any character and defaults to a space '
51195119
'if\n'
51205120
'omitted. It is not possible to use a literal curly brace '
5121-
'("{"” or\n'
5121+
'("{"” or\n'
51225122
'“"}"”) as the *fill* character in a formatted string '
51235123
'literal or when\n'
51245124
'using the "str.format()" method. However, it is possible '
@@ -6742,7 +6742,7 @@
67426742
'\n'
67436743
'Note that numeric literals do not include a sign; a phrase like '
67446744
'"-1"\n'
6745-
'is actually an expression composed of the unary operator ‘"-" '
6745+
'is actually an expression composed of the unary operator ‘"-" '
67466746
'and the\n'
67476747
'literal "1".\n',
67486748
'numeric-types': 'Emulating numeric types\n'

Misc/NEWS.d/3.7.11.rst

Lines changed: 84 additions & 0 deletions

Misc/NEWS.d/next/Core and Builtins/2021-03-29-19-50-34.bpo-43660.scTgag.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2021-01-31-05-28-14.bpo-43075.DoAXqO.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Security/2021-03-13-03-48-14.bpo-43285.g-Hah3.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2021-03-24-14-16-56.bpo-42988.P2aNco.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2021-04-25-07-46-37.bpo-43882.Jpwx85.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Tests/2021-03-18-10-34-42.bpo-41561.pDg4w-.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)