This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily
Date 2014-03-15.19:41:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394912477.16.0.0678033428019.issue20939@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like another change to the new python.org website is breaking another test:

======================================================================
FAIL: test_geturl (test.test_urllibnet.urlopenNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_urllibnet.py", line 86, in test_geturl
    self.assertEqual(gotten_url, URL)
AssertionError: 'https://www.python.org/' != 'http://www.python.org/'
- https://www.python.org/
?     -
+ http://www.python.org/
History
Date User Action Args
2014-03-15 19:41:17ned.deilysetrecipients: + ned.deily
2014-03-15 19:41:17ned.deilysetmessageid: <1394912477.16.0.0678033428019.issue20939@psf.upfronthosting.co.za>
2014-03-15 19:41:17ned.deilylinkissue20939 messages
2014-03-15 19:41:17ned.deilycreate