New submission from R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11078>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to