From: Georg Brandl Date: Mon, 27 Apr 2009 16:24:36 +0000 (+0000) Subject: Recorded merge of revisions 72004 via svnmerge from X-Git-Tag: v3.1b1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e869c7e5b007b4f215eccdf6b2e42ac944c05a4;p=thirdparty%2FPython%2Fcpython.git 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. ........ ---