mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix mistake in NEWS
This commit is contained in:
parent
2a5fb47e9c
commit
dc51a3ca84
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #7995: When calling accept() on a socket with a timeout, the returned
|
- Issue #7995: When calling accept() on a socket with a timeout, the returned
|
||||||
socket is now always non-blocking, regardless of the operating system.
|
socket is now always blocking, regardless of the operating system.
|
||||||
|
|
||||||
- Issue #10756: atexit normalizes the exception before displaying it. Patch by
|
- Issue #10756: atexit normalizes the exception before displaying it. Patch by
|
||||||
Andreas Stührk.
|
Andreas Stührk.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue