◐ Shell
clean mode source ↗

Message 127621 - Python tracker

Message127621

Author SilentGhost
Recipients SilentGhost, belopolsky, pitrou, r.david.murray
Date 2011-01-31.17:00:37
SpamBayes Score 0.0016208121
Marked as misclassified No
Message-id <1296493237.64.0.470113582574.issue11078@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment test fails only for os module on windows. 

These are the offending names: putenv, spawnv, spawnve

The reason is that __all__ is extended with ntpath.__all__ and then again in the body of os.py (I'm not entirely sure how this could be fixed elegantly).
History
Date User Action Args
2011-01-31 17:00:37SilentGhostsetrecipients: + SilentGhost, belopolsky, pitrou, r.david.murray
2011-01-31 17:00:37SilentGhostsetmessageid: <1296493237.64.0.470113582574.issue11078@psf.upfronthosting.co.za>
2011-01-31 17:00:37SilentGhostlinkissue11078 messages
2011-01-31 17:00:37SilentGhostcreate