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 pitrou
Recipients Jurko.Gospodnetić, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2010-12-13.15:22:08
SpamBayes Score 0.00054873095
Marked as misclassified No
Message-id <1292253733.88.0.86720084843.issue10188@psf.upfronthosting.co.za>
In-reply-to
Content
A test still fails under Windows:

======================================================================
FAIL: test_warnings_on_cleanup (test.test_tempfile.test_TemporaryDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_tempfile.py", line 1003, in test_warnings_on_cleanup
    self.assertIn(d.name,  message)
AssertionError: 'c:\\docume~1\\db3l\\locals~1\\temp\\c2h__k\\1kxw82' not found in 'ERROR: TypeError("\'NoneType\' object is not callable",) while cleaning up <TemporaryDirectory \'c:\\\\docume~1\\\\db3l\\\\locals~1\\\\temp\\\\c2h__k\\\\1kxw82\'>\n'

----------------------------------------------------------------------
History
Date User Action Args
2010-12-13 15:22:14pitrousetrecipients: + pitrou, georg.brandl, terry.reedy, ncoghlan, eric.araujo, r.david.murray, Jurko.Gospodnetić
2010-12-13 15:22:13pitrousetmessageid: <1292253733.88.0.86720084843.issue10188@psf.upfronthosting.co.za>
2010-12-13 15:22:08pitroulinkissue10188 messages
2010-12-13 15:22:08pitroucreate