summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-04-02-20-44-54.bpo-32861.HeBjzN.rst
blob: 2bb24d7edab54d8878b2846f70db5b6d9fe33676 (plain)
1
2
3
4
The urllib.robotparser's ``__str__`` representation now includes wildcard
entries and the "Crawl-delay" and "Request-rate" fields. Also removes extra
newlines that were being appended to the end of the string. Patch by
Michael Lazar.