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 SilentGhost, pitrou, r.david.murray
Date 2011-01-31.15:55:32
SpamBayes Score 1.0089535e-06
Marked as misclassified No
Message-id <1296489333.39.0.726513534716.issue11078@psf.upfronthosting.co.za>
In-reply-to
Content
Inspired by what happened in issue 8973, I offer the attached patch for test__all__ to have it check the __all__ list for duplicates.  Interestingly, the first failure is not in struct, but in os.  Obviously the patch can't be applied until the test succeeds, so I'll be coming back to this later.  Figured I'd post the test patch in case anyone else wants to play with fixing things before I get to it.
History
Date User Action Args
2011-01-31 15:55:33r.david.murraysetrecipients: + r.david.murray, pitrou, SilentGhost
2011-01-31 15:55:33r.david.murraysetmessageid: <1296489333.39.0.726513534716.issue11078@psf.upfronthosting.co.za>
2011-01-31 15:55:32r.david.murraylinkissue11078 messages
2011-01-31 15:55:32r.david.murraycreate