Message265606
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.) |
|
Date |
User |
Action |
Args |
2016-05-15 09:33:52 | martin.panter | set | recipients:
+ martin.panter, terry.reedy, taleinat, Todd.Rovito, python-dev, serhiy.storchaka, Saimadhav.Heblikar |
2016-05-15 09:33:52 | martin.panter | set | messageid: <1463304832.45.0.760201053416.issue20640@psf.upfronthosting.co.za> |
2016-05-15 09:33:52 | martin.panter | link | issue20640 messages |
2016-05-15 09:33:52 | martin.panter | create | |
|