summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst b/Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst
deleted file mode 100644
index b92e2f0..0000000
--- a/Misc/NEWS.d/next/Library/2018-09-30-08-08-14.bpo-34849.NXK9Ff.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Don't log waiting for ``selector.select`` in asyncio loop iteration. The
-waiting is pretty normal for any asyncio program, logging its time just adds
-a noise to logs without any useful information provided.