summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst b/Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst
deleted file mode 100644
index 1ab2e16..0000000
--- a/Misc/NEWS.d/next/Library/2018-12-03-19-45-00.bpo-35310.9k28gR.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix a bug in :func:`select.select` where, in some cases, the file descriptor
-sequences were returned unmodified after a signal interruption, even though the
-file descriptors might not be ready yet. :func:`select.select` will now always
-return empty lists if a timeout has occurred. Patch by Oran Avraham.