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 pitrou, tarek
Date 2009-10-27.10:15:51
SpamBayes Score 0.00075601815
Marked as misclassified No
Message-id <1256638553.58.0.546981327124.issue7218@psf.upfronthosting.co.za>
In-reply-to
Content
This fails quite reliably on Windows buildbots:

======================================================================
FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_site.py",
line 173, in test_getsitepackages
    self.assertEquals(dirs[1], wanted)
AssertionError: 'xoxo\\lib\\site-packages' != 'xoxo\\Lib\\site-packages'
History
Date User Action Args
2009-10-27 10:15:53pitrousetrecipients: + pitrou, tarek
2009-10-27 10:15:53pitrousetmessageid: <1256638553.58.0.546981327124.issue7218@psf.upfronthosting.co.za>
2009-10-27 10:15:51pitroulinkissue7218 messages
2009-10-27 10:15:51pitroucreate