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 zach.ware
Recipients ezio.melotti, python-dev, roger.serwy, terry.reedy, zach.ware
Date 2013-05-06.16:14:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367856855.33.0.884534306219.issue17883@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the relevant bit of the output from that buildbot after Terry's change:

======================================================================
FAIL: testLoadWithUNC (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\2.7.snakebite-win2k3r2sp2-x86\build\lib\test\test_tcl.py", line 151, in testLoadWithUNC
    self.assertIn('Tkinter.py', f.read())
AssertionError: 'Tkinter.py' not found in ''
----------------------------------------------------------------------

...which doesn't say much.  Here's a patch that updates the test to use subprocess.Popen instead of os.popen and add some useful debugging information.  The test passes on my machine with and without the patch, so I can't do much more debugging until we get some useful output from the buildbot.
History
Date User Action Args
2013-05-06 16:14:15zach.waresetrecipients: + zach.ware, terry.reedy, ezio.melotti, roger.serwy, python-dev
2013-05-06 16:14:15zach.waresetmessageid: <1367856855.33.0.884534306219.issue17883@psf.upfronthosting.co.za>
2013-05-06 16:14:15zach.warelinkissue17883 messages
2013-05-06 16:14:15zach.warecreate