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 brian.curtin, georg.brandl, jteh, lygstate, mcjeff, ncoghlan, pitrou, shimizukawa, tim.golden
Date 2013-10-24.19:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382644451.61.0.893739319195.issue14255@psf.upfronthosting.co.za>
In-reply-to
Content
The test fails under Linux here:

======================================================================
FAIL: test_case_sensitive (test.test_tempfile.TestGetTempDir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_tempfile.py", line 490, in test_case_sensitive
    self.assertEqual(tempfile.gettempdir(), case_sensitive_tempdir)
AssertionError: '/tmp' != 'C:\\Temp'
- /tmp
+ C:\Temp
History
Date User Action Args
2013-10-24 19:54:11pitrousetrecipients: + pitrou, georg.brandl, ncoghlan, tim.golden, brian.curtin, mcjeff, jteh, shimizukawa, lygstate
2013-10-24 19:54:11pitrousetmessageid: <1382644451.61.0.893739319195.issue14255@psf.upfronthosting.co.za>
2013-10-24 19:54:11pitroulinkissue14255 messages
2013-10-24 19:54:11pitroucreate