mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.13] Fix typos in documentation (GH-119295) (#119337)
Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
This commit is contained in:
parent
8860f83e4b
commit
fef202f97b
7 changed files with 9 additions and 9 deletions
|
@ -560,7 +560,7 @@ versions prior to 3.11
|
||||||
.. nonce: 9lmTCC
|
.. nonce: 9lmTCC
|
||||||
.. section: Core and Builtins
|
.. section: Core and Builtins
|
||||||
|
|
||||||
Remove two cases of undefined behavoir, by adding NULL checks.
|
Remove two cases of undefined behavior, by adding NULL checks.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
@ -2591,7 +2591,7 @@ Update bundled pip to 22.2.2.
|
||||||
|
|
||||||
Fix :class:`asyncio.TaskGroup` to propagate exception when
|
Fix :class:`asyncio.TaskGroup` to propagate exception when
|
||||||
:exc:`asyncio.CancelledError` was replaced with another exception by a
|
:exc:`asyncio.CancelledError` was replaced with another exception by a
|
||||||
context manger. Patch by Kumar Aditya and Guido van Rossum.
|
context manager. Patch by Kumar Aditya and Guido van Rossum.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
@ -4476,7 +4476,7 @@ they are deprecated. Contributed by C.A.M. Gerlach.
|
||||||
.. nonce: we7AFm
|
.. nonce: we7AFm
|
||||||
.. section: Documentation
|
.. section: Documentation
|
||||||
|
|
||||||
Replaced incorrectly written true/false values in documentiation. Patch by
|
Replaced incorrectly written true/false values in documentation. Patch by
|
||||||
Robert O'Shea
|
Robert O'Shea
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
|
@ -822,7 +822,7 @@ and to indicate when it became late-bound.
|
||||||
.. nonce: 7KinCV
|
.. nonce: 7KinCV
|
||||||
.. section: Tests
|
.. section: Tests
|
||||||
|
|
||||||
The Python test suite now fails wit exit code 4 if no tests ran. It should
|
The Python test suite now fails with exit code 4 if no tests ran. It should
|
||||||
help detecting typos in test names and test methods.
|
help detecting typos in test names and test methods.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
|
@ -82,7 +82,7 @@ Victor Stinner.
|
||||||
.. section: Core and Builtins
|
.. section: Core and Builtins
|
||||||
|
|
||||||
Fixed a bug that was causing a buffer overflow if the tokenizer copies a
|
Fixed a bug that was causing a buffer overflow if the tokenizer copies a
|
||||||
line missing the newline caracter from a file that is as long as the
|
line missing the newline character from a file that is as long as the
|
||||||
available tokenizer buffer. Patch by Pablo galindo
|
available tokenizer buffer. Patch by Pablo galindo
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
|
@ -830,7 +830,7 @@ Reduced the memory usage of :func:`urllib.parse.unquote` and
|
||||||
.. section: Library
|
.. section: Library
|
||||||
|
|
||||||
``inspect.signature`` was raising ``TypeError`` on call with mock objects.
|
``inspect.signature`` was raising ``TypeError`` on call with mock objects.
|
||||||
Now it correctly returns ``(*args, **kwargs)`` as infered signature.
|
Now it correctly returns ``(*args, **kwargs)`` as inferred signature.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
|
@ -506,7 +506,7 @@ inheritance.
|
||||||
.. nonce: 7sQz5l
|
.. nonce: 7sQz5l
|
||||||
.. section: Build
|
.. section: Build
|
||||||
|
|
||||||
Update BOLT configration not to use depreacted usage of ``--split
|
Update BOLT configuration not to use deprecated usage of ``--split
|
||||||
functions``. Patch by Donghee Na.
|
functions``. Patch by Donghee Na.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
|
@ -453,7 +453,7 @@ E. Aasland.
|
||||||
.. section: Library
|
.. section: Library
|
||||||
|
|
||||||
Change repr of :class:`collections.OrderedDict` to use regular dictionary
|
Change repr of :class:`collections.OrderedDict` to use regular dictionary
|
||||||
formating instead of pairs of keys and values.
|
formatting instead of pairs of keys and values.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
|
@ -1446,7 +1446,7 @@ Adapt the :mod:`winsound` extension module to :pep:`687`.
|
||||||
.. nonce: jurMzv
|
.. nonce: jurMzv
|
||||||
.. section: Library
|
.. section: Library
|
||||||
|
|
||||||
Remove deprecation of enum ``memmber.member`` access.
|
Remove deprecation of enum ``member.member`` access.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue