]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10386: Added __all__ to token module; this simplifies importing
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 11 Nov 2010 14:07:41 +0000 (14:07 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 11 Nov 2010 14:07:41 +0000 (14:07 +0000)
commitb9d10d08c4eb0dedaea3b1bcde0f13b033e16c85
treeac679156d755c597b585a4d0d346919ea2cb3e84
parentbb27c128a5524470673618c40a2043e0cfaf96a4
Issue #10386: Added __all__ to token module; this simplifies importing
in tokenize module and prevents leaking of private names through
import *.
Lib/token.py
Lib/tokenize.py
Misc/NEWS