mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
Fix some issue references in NEWS
This commit is contained in:
commit
d8c73c650c
1 changed files with 5 additions and 5 deletions
|
@ -986,9 +986,9 @@ Library
|
|||
comment prefixes, name of the DEFAULT section, empty lines in multiline
|
||||
values, and indentation.
|
||||
|
||||
- Issue 10326: unittest.TestCase instances can be pickled.
|
||||
- Issue #10326: unittest.TestCase instances can be pickled.
|
||||
|
||||
- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed.
|
||||
- Issue #9926: Wrapped TestSuite subclass does not get __call__ executed.
|
||||
|
||||
- Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to complex
|
||||
zeros on systems where the log1p function fails to respect the sign of zero.
|
||||
|
@ -1639,7 +1639,7 @@ Library
|
|||
- Issue #9853: Fix the signature of SSLSocket.recvfrom() and SSLSocket.sendto()
|
||||
to match the corresponding socket methods.
|
||||
|
||||
- Issue 9840: Added a decorator to reprlib for wrapping __repr__ methods to make
|
||||
- Issue #9840: Added a decorator to reprlib for wrapping __repr__ methods to make
|
||||
them handle recursive calls within the same thread.
|
||||
|
||||
- logging: Enhanced HTTPHandler with secure and credentials initializers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue