summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst b/Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst
deleted file mode 100644
index abdf87a..0000000
--- a/Misc/NEWS.d/next/Library/2019-09-10-15-52-55.bpo-35640.X0lp5f.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Allow passing a :term:`path-like object` as ``directory`` argument to the
-:class:`http.server.SimpleHTTPRequestHandler` class. Patch by Géry Ogam.