summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9fa1750..c298260 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,11 +40,6 @@ Library
which it could get an inspect.Signature is a callable written in Python.
Fix courtesy of Michael Foord.
-- Issue #20311: selector.PollSelector.select() now rounds the timeout away from
- zero, instead of rounding towards zero. For example, a timeout of one
- microsecond is now rounded to one millisecond, instead of being rounded to
- zero.
-
- Issue #20317: ExitStack.__exit__ could create a self-referential loop if an
exception raised by a cleanup operation already had its context set
correctly (for example, by the @contextmanager decorator). The infinite