mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Fix more typos
This commit is contained in:
parent
8fbab9f163
commit
3e45875578
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Library
|
||||||
- Issue #25628: The *verbose* and *rename* parameters for
|
- Issue #25628: The *verbose* and *rename* parameters for
|
||||||
collections.namedtuple are now keyword-only.
|
collections.namedtuple are now keyword-only.
|
||||||
|
|
||||||
- Issue #12345: Add mathemathical constant tau to math and cmath. See also
|
- Issue #12345: Add mathematical constant tau to math and cmath. See also
|
||||||
PEP 628.
|
PEP 628.
|
||||||
|
|
||||||
- Issue #26823: traceback.StackSummary.format now abbreviates large sections of
|
- Issue #26823: traceback.StackSummary.format now abbreviates large sections of
|
||||||
|
@ -182,7 +182,7 @@ Library
|
||||||
|
|
||||||
- Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
|
- Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
|
||||||
|
|
||||||
- Issue #27512: Fix a segfault when os.fspath() called a an __fspath__() method
|
- Issue #27512: Fix a segfault when os.fspath() called an __fspath__() method
|
||||||
that raised an exception. Patch by Xiang Zhang.
|
that raised an exception. Patch by Xiang Zhang.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue