]> granicus.if.org Git - python/commit
Finally figured out why this module did its imports at the
authorTim Peters <tim.peters@gmail.com>
Tue, 18 Apr 2006 03:28:32 +0000 (03:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 18 Apr 2006 03:28:32 +0000 (03:28 +0000)
commite247e898464f421a8b9d41ef74aaaf6137876ebb
treee6d6b639fe32a4077d9291725d8d32486dbb7e08
parent0969e8ad4e018234d5bc639cacfcc1e5c704b993
Finally figured out why this module did its imports at the
bottom of the file.  Restored that, and added a comment
explaining why this is necessary.  Hint:  on my box, and
yours, it's not :-(

Also added an __all__ list.
Lib/_threading_local.py