summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-02 08:28:24 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-02 08:28:24 (GMT)
commit9fb137cc3fcdf0fddb28a61d7d40b923e439a780 (patch)
treedd87e679131da0d7eab19df24728705ffb3d5bc1 /Lib/test
parent150570a573cb0e5d0ca5d1ae1d59c99e97689d96 (diff)
parentc186b237993ac0c1c6ee1a195754702cc01625d7 (diff)
downloadcpython-9fb137cc3fcdf0fddb28a61d7d40b923e439a780.zip
cpython-9fb137cc3fcdf0fddb28a61d7d40b923e439a780.tar.gz
cpython-9fb137cc3fcdf0fddb28a61d7d40b923e439a780.tar.bz2
merge with 3.3
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_robotparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
index d1dfd9e..ebc819c 100644
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -275,6 +275,7 @@ class NetworkTestCase(unittest.TestCase):
self.skipTest('%s is unavailable' % url)
self.assertEqual(parser.can_fetch("*", robots_url), False)
+ @unittest.skip('does not handle the gzip encoding delivered by pydotorg')
def testPythonOrg(self):
support.requires('network')
with support.transient_internet('www.python.org'):