]> granicus.if.org Git - python/commitdiff
merge from 3.4
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 25 Jun 2014 09:58:53 +0000 (02:58 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 25 Jun 2014 09:58:53 +0000 (02:58 -0700)
issue20753 - robotparser tests should not rely upon external resource when not required.

Specifically, it was relying a URL which gave HTTP 403 and used it to assert
it's methods, this changes undoes that and provides a local http server with
similar properties.

Patch contributed by Vajrasky Kok.


Trivial merge