summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst')
-rw-r--r--Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst b/Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst
new file mode 100644
index 0000000000..8292e857a9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/0323.bpo-30014.x7Yx6o.rst
@@ -0,0 +1,2 @@
+modify() method of poll(), epoll() and devpoll() based classes of selectors
+module is around 10% faster. Patch by Giampaolo Rodola'.