summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-11-23-22-12-11.bpo-31325.8jAUxN.rst
blob: 89a193c9ef5b8b7d3cf7a9e3a18c4743ec1ee3a1 (plain)
1
2
3
4
5
Fix wrong usage of :func:`collections.namedtuple` in
the :meth:`RobotFileParser.parse() <urllib.robotparser.RobotFileParser.parse>`
method.

Initial patch by Robin Wellner.