[issue1217881] pydoc includes unnecessary files for a package.

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: I don't think that it is common practice to list submodules in __all__, only names really exported from the package. Therefore, this does not seem like a good change to make. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___

[issue1217881] pydoc includes unnecessary files for a package.

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Extension Modules keywords: +easy, patch stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker