]> granicus.if.org Git - python/commit
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 29 May 2013 12:54:31 +0000 (05:54 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 29 May 2013 12:54:31 +0000 (05:54 -0700)
commitc70a6ae49bd162af06130e48a45579d445e058a8
treececb299ec31a93cda7d9256a7092cd601be0c0b4
parenteb4c9c77b8257c05b40467651bdc7764295926e8
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
This helps in handling certain types invalid urls in a conservative manner.
Lib/test/test_robotparser.py
Lib/urllib/robotparser.py
Misc/NEWS