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 martin.panter
Recipients Saimadhav.Heblikar, Todd.Rovito, martin.panter, python-dev, serhiy.storchaka, taleinat, terry.reedy
Date 2016-05-15.09:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463304832.45.0.760201053416.issue20640@psf.upfronthosting.co.za>
In-reply-to
Content
FYI this broke the OS X buildbots:

======================================================================
FAIL: test_ok (idlelib.idle_test.test_config_help.ConfigHelpTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.5.bolen-tiger/build/Lib/idlelib/idle_test/test_config_help.py", line 96, in test_ok
    'https://docs.python.org'))
AssertionError: ['help', 'file://https://docs.python.org'] != ('help', 'https://docs.python.org')

======================================================================
FAIL: test_idlever (idlelib.idle_test.test_warning.ImportWarnTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.5.bolen-tiger/build/Lib/idlelib/idle_test/test_warning.py", line 76, in test_idlever
    self.assertEqual(len(w), 1)
AssertionError: 0 != 1

(I’m partly to blame for the current 3.x OS X breakage, but not 3.5.)
History
Date User Action Args
2016-05-15 09:33:52martin.pantersetrecipients: + martin.panter, terry.reedy, taleinat, Todd.Rovito, python-dev, serhiy.storchaka, Saimadhav.Heblikar
2016-05-15 09:33:52martin.pantersetmessageid: <1463304832.45.0.760201053416.issue20640@psf.upfronthosting.co.za>
2016-05-15 09:33:52martin.panterlinkissue20640 messages
2016-05-15 09:33:52martin.pantercreate