]> granicus.if.org Git - python/commit
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Nov 2017 23:57:58 +0000 (15:57 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 23 Nov 2017 23:57:58 +0000 (15:57 -0800)
commitff847d1ac7e6a8ee1fb6f8883cfb4aec4b4a9b03
tree977839c6cf63c20540af78240c219ccd39a190cc
parenta645b23ffc76073a2eb4e77b88cb7648cfc6ef77
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)

(cherry picked from commit 3df02dbc8e197053105f9dffeae40b04ec66766e)
Doc/library/urllib.robotparser.rst
Lib/test/test_robotparser.py
Lib/urllib/robotparser.py
Misc/NEWS.d/next/Library/2017-11-23-22-12-11.bpo-31325.8jAUxN.rst [new file with mode: 0644]