]> granicus.if.org Git - python/commit
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)
commitfc0cad86c71f91b1485524d9f80650a30097f641
treeb257d3845e188aae754eaa901461d89ef60d518c
parentb057970f0d4e902d2e9837a07c4ae78f4fc55bb1
parent601d6ec693e65649569a78e23cb324cf632e8369
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.