Issue426023

classification
Title: from import *: ign __ vs. _ and __all__
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pedronis
Priority: low Keywords: test failure causes

Created on 2001-05-21.19:36:22 by pedronis, last changed 2001-05-28.22:45:08 by pedronis.

Messages
msg309 (view) Author: Samuele Pedroni (pedronis) Date: 2001-05-21.19:36:22
[Robert W. Bill]
> CPython excludes those objects prefixed with a single
underscore,
> while Jython excludes those with 2 prefixing
underscores only.
> I didn't see anything on "differences.html," in the
bug-list, in
> mail archives, nor code comment that indicates this
is
> intended.  Sorry if I've overlooked the obvious, but
I
> was hoping someone could tell me if this is expected
behavior,
> or if it could change anytime soon.
Thanks for reporting this, it's a bug and there's is
another bug
related to the fact that the restriction is in-place
even when
__all__ is set.
msg310 (view) Author: Samuele Pedroni (pedronis) Date: 2001-05-28.22:45:08
Logged In: YES 
user_id=61408

fixed in CVS.
History
Date User Action Args
2001-05-21 19:36:22pedroniscreate