From: Alexander Belopolsky Date: Thu, 11 Nov 2010 14:39:52 +0000 (+0000) Subject: Blocked revisions 86410 via svnmerge X-Git-Tag: v2.7.1rc1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=874b41b5ffbb3e88451d3a9d74ef7d5abe807069;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 86410 via svnmerge ........ r86410 | alexander.belopolsky | 2010-11-11 09:07:41 -0500 (Thu, 11 Nov 2010) | 4 lines Issue #10386: Added __all__ to token module; this simplifies importing in tokenize module and prevents leaking of private names through import *. ........ ---