From: Senthil Kumaran Date: Wed, 25 Jun 2014 09:58:53 +0000 (-0700) Subject: merge from 3.4 X-Git-Tag: v3.5.0a1~1411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc0cad86c71f91b1485524d9f80650a30097f641;p=python merge from 3.4 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. --- fc0cad86c71f91b1485524d9f80650a30097f641