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 r.david.murray
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-28.15:55:16
SpamBayes Score 6.205524e-08
Marked as misclassified No
Message-id <1304006117.6.0.964294351753.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
We don't ship unless all tests pass on all of our test platforms (and we have quite a few).  If you look at that test it says the regex "should match 'ls -ld /.' on any posix system, however perversely configured".  Perhaps your system has managed a new brand of perversity :)

Seriously, though, it looks like the test is broken in the face of some edge case present on your system and not on any of our test machines.  Can you provide the output of 'ls -ld /.' from your system please?  And also your OS and filesystem types and versions.
History
Date User Action Args
2011-04-28 15:55:17r.david.murraysetrecipients: + r.david.murray, Jason.Vas.Dias
2011-04-28 15:55:17r.david.murraysetmessageid: <1304006117.6.0.964294351753.issue11946@psf.upfronthosting.co.za>
2011-04-28 15:55:16r.david.murraylinkissue11946 messages
2011-04-28 15:55:16r.david.murraycreate