44.. release date: 2020-10-05
55.. section: Security
66
7- Fixes `python3x._pth ` being ignored on Windows, caused by the fix for
7+ Fixes `` python3x._pth ` ` being ignored on Windows, caused by the fix for
88:issue: `29778 ` (CVE-2020-15801).
99
1010..
@@ -217,7 +217,7 @@ Port the :mod:`_opcode` extension module to multi-phase initialization
217217.. nonce: 3-VJiH
218218.. section: Core and Builtins
219219
220- Fixes the wrong error description in the error raised by using 2 `, ` in
220+ Fixes the wrong error description in the error raised by using 2 `` , ` ` in
221221format string in f-string and :meth: `str.format `.
222222
223223..
@@ -747,7 +747,7 @@ Galindo.
747747
748748 Fix a bug where a line with only a line continuation character is not
749749considered a blank line at tokenizer level. In such cases, more than a
750- single `NEWLINE ` token was emitted. The old parser was working around the
750+ single `` NEWLINE ` ` token was emitted. The old parser was working around the
751751issue, but the new parser threw a :exc: `SyntaxError ` for valid input due to
752752this. For example, an empty line following a line continuation character was
753753interpreted as a :exc: `SyntaxError `.
@@ -1157,7 +1157,7 @@ The :class:`threading.Thread` constructor now uses the target name if the
11571157.. nonce: bnh-VG
11581158.. section: Library
11591159
1160- fix `tkinter.EventType ` Enum so all members are strings, and none are tuples
1160+ fix `` tkinter.EventType ` ` Enum so all members are strings, and none are tuples
11611161
11621162..
11631163
@@ -1229,8 +1229,8 @@ Previously there was no way to check that without using private API. See the
12291229.. nonce: pI_uZQ
12301230.. section: Library
12311231
1232- Honor `object ` overrides in `Enum ` class creation (specifically, `__str__ `,
1233- `__repr__ `, `__format__ `, and `__reduce_ex__ `).
1232+ Honor `` object `` overrides in `` Enum `` class creation (specifically, `` __str__ ` `,
1233+ `` __repr__ `` , `` __format__ `` , and `` __reduce_ex__ ` `).
12341234
12351235..
12361236
@@ -1239,7 +1239,7 @@ Honor `object` overrides in `Enum` class creation (specifically, `__str__`,
12391239.. nonce: IpYkEe
12401240.. section: Library
12411241
1242- `enum.Flag ` and `enum.IntFlag ` members are now iterable
1242+ `` enum.Flag `` and `` enum.IntFlag `` members are now iterable.
12431243
12441244..
12451245
@@ -1557,7 +1557,7 @@ activation.
15571557.. nonce: wqrj8C
15581558.. section: Library
15591559
1560- Recursive evaluation of `typing.ForwardRef ` in `get_type_hints `.
1560+ Recursive evaluation of `` typing.ForwardRef `` in `` get_type_hints ` `.
15611561
15621562..
15631563
@@ -1851,8 +1851,8 @@ Merry.
18511851.. nonce: 1dk8Bu
18521852.. section: Library
18531853
1854- :mod: `ensurepip ` now disables the use of `pip ` cache when installing the
1855- bundled versions of `pip ` and `setuptools `. Patch by Krzysztof Konopko.
1854+ :mod: `ensurepip ` now disables the use of `` pip ` ` cache when installing the
1855+ bundled versions of `` pip `` and `` setuptools ` `. Patch by Krzysztof Konopko.
18561856
18571857..
18581858
@@ -1933,7 +1933,7 @@ Smith and Tal Einat.
19331933.. nonce: n7fOwS
19341934.. section: Library
19351935
1936- Added a `defaults ` parameter to :class: `logging.Formatter `, to allow
1936+ Added a `` defaults ` ` parameter to :class: `logging.Formatter `, to allow
19371937specifying default values for custom fields. Patch by Asaf Alon and Bar
19381938Harel.
19391939
@@ -2225,7 +2225,7 @@ policy.
22252225.. nonce: ps7Yf1
22262226.. section: Library
22272227
2228- func:`hashlib.new ` passed ``usedforsecurity `` to OpenSSL EVP constructor
2228+ : func: `hashlib.new ` passed ``usedforsecurity `` to OpenSSL EVP constructor
22292229``_hashlib.new() ``. test_hashlib and test_smtplib handle strict security
22302230policy better.
22312231
@@ -2393,8 +2393,8 @@ closes connection during TLS negotiation
23932393.. nonce: kOOaHn
23942394.. section: Library
23952395
2396- fix default `_missing_ ` so a duplicate `ValueError ` is not set as the
2397- `__context__ ` of the original `ValueError `
2396+ fix default `` _missing_ `` so a duplicate `` ValueError ` ` is not set as the
2397+ `` __context__ `` of the original `` ValueError ``.
23982398
23992399..
24002400
0 commit comments