[issue11078] Have test___all__ check for duplicates

SilentGhost report at bugs.python.org
Mon Jan 31 18:00:37 CET 2011


SilentGhost <ghost.adh at gmail.com> added the comment:

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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11078>
_______________________________________


More information about the Python-bugs-list mailing list