summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst b/Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst
deleted file mode 100644
index e3e8f16..0000000
--- a/Misc/NEWS.d/next/Library/2018-05-15-15-03-48.bpo-28612.E9dz39.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Added support for Site Maps to urllib's ``RobotFileParser`` as
-:meth:`RobotFileParser.site_maps() <urllib.robotparser.RobotFileParser.site_maps>`.
-Patch by Lady Red, based on patch by Peter Wirtz.