4
4
.. release date: 2020-10-05
5
5
.. section: Security
6
6
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
8
8
:issue: `29778 ` (CVE-2020-15801).
9
9
10
10
..
@@ -217,7 +217,7 @@ Port the :mod:`_opcode` extension module to multi-phase initialization
217
217
.. nonce: 3-VJiH
218
218
.. section: Core and Builtins
219
219
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
221
221
format string in f-string and :meth: `str.format `.
222
222
223
223
..
@@ -747,7 +747,7 @@ Galindo.
747
747
748
748
Fix a bug where a line with only a line continuation character is not
749
749
considered 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
751
751
issue, but the new parser threw a :exc: `SyntaxError ` for valid input due to
752
752
this. For example, an empty line following a line continuation character was
753
753
interpreted as a :exc: `SyntaxError `.
@@ -1157,7 +1157,7 @@ The :class:`threading.Thread` constructor now uses the target name if the
1157
1157
.. nonce: bnh-VG
1158
1158
.. section: Library
1159
1159
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
1161
1161
1162
1162
..
1163
1163
@@ -1229,8 +1229,8 @@ Previously there was no way to check that without using private API. See the
1229
1229
.. nonce: pI_uZQ
1230
1230
.. section: Library
1231
1231
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__ ` `).
1234
1234
1235
1235
..
1236
1236
@@ -1239,7 +1239,7 @@ Honor `object` overrides in `Enum` class creation (specifically, `__str__`,
1239
1239
.. nonce: IpYkEe
1240
1240
.. section: Library
1241
1241
1242
- `enum.Flag ` and `enum.IntFlag ` members are now iterable
1242
+ `` enum.Flag `` and `` enum.IntFlag `` members are now iterable.
1243
1243
1244
1244
..
1245
1245
@@ -1557,7 +1557,7 @@ activation.
1557
1557
.. nonce: wqrj8C
1558
1558
.. section: Library
1559
1559
1560
- Recursive evaluation of `typing.ForwardRef ` in `get_type_hints `.
1560
+ Recursive evaluation of `` typing.ForwardRef `` in `` get_type_hints ` `.
1561
1561
1562
1562
..
1563
1563
@@ -1851,8 +1851,8 @@ Merry.
1851
1851
.. nonce: 1dk8Bu
1852
1852
.. section: Library
1853
1853
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.
1856
1856
1857
1857
..
1858
1858
@@ -1933,7 +1933,7 @@ Smith and Tal Einat.
1933
1933
.. nonce: n7fOwS
1934
1934
.. section: Library
1935
1935
1936
- Added a `defaults ` parameter to :class: `logging.Formatter `, to allow
1936
+ Added a `` defaults ` ` parameter to :class: `logging.Formatter `, to allow
1937
1937
specifying default values for custom fields. Patch by Asaf Alon and Bar
1938
1938
Harel.
1939
1939
@@ -2225,7 +2225,7 @@ policy.
2225
2225
.. nonce: ps7Yf1
2226
2226
.. section: Library
2227
2227
2228
- func:`hashlib.new ` passed ``usedforsecurity `` to OpenSSL EVP constructor
2228
+ : func: `hashlib.new ` passed ``usedforsecurity `` to OpenSSL EVP constructor
2229
2229
``_hashlib.new() ``. test_hashlib and test_smtplib handle strict security
2230
2230
policy better.
2231
2231
@@ -2393,8 +2393,8 @@ closes connection during TLS negotiation
2393
2393
.. nonce: kOOaHn
2394
2394
.. section: Library
2395
2395
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 ``.
2398
2398
2399
2399
..
2400
2400
0 commit comments