[Raymond]
>> Should dir(module) use __all__ when defined?

[GvR]
> It's not consistent with what dir() of a class or instance does though.
> 
> -1.

Perhaps there is another solution. Have dir() exclude objects
which are modules.  For example, dir(logging) would exclude
sys, os, types, time, string, cStringIO, and traceback.


Raymond
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to