[issue11078] Have test___all__ check for duplicates

R. David Murray report at bugs.python.org
Mon Jan 31 16:55:33 CET 2011


New submission from R. David Murray <rdmurray at bitdance.com>:

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.

----------
components: Tests
files: check_all_for_duplicates.patch
keywords: patch
messages: 127608
nosy: SilentGhost, pitrou, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: Have test___all__ check for duplicates
type: feature request
versions: Python 3.3
Added file: http://bugs.python.org/file20627/check_all_for_duplicates.patch

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


More information about the Python-bugs-list mailing list