commit | 4e869c7e5b007b4f215eccdf6b2e42ac944c05a4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Apr 27 16:24:36 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Apr 27 16:24:36 2009 +0000 |
tree | c79e93bfefc65aad98efb540d2b5dac5d38904a7 | |
parent | 3221dc9b316a23b0d6533bb07ee89dfc922ced9c [diff] |
Recorded merge of revisions 72004 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72004 | vinay.sajip | 2009-04-27 15:44:27 +0200 (Mo, 27 Apr 2009) | 1 line Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. ........