]> granicus.if.org Git - python/commit
- prefer "import ... as" to "import / (assignments) / del" for most things
authorFred Drake <fdrake@acm.org>
Mon, 30 Dec 2002 23:32:50 +0000 (23:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Dec 2002 23:32:50 +0000 (23:32 +0000)
commita872595f31bccd0c11f950a49eb29c57f5a53f85
treec58da26aa8322dbef49febb04fa81ff4e92c5700
parentf05aa10eae0e4bf139280d357ce94c7f9af0a066
- prefer "import ... as" to "import / (assignments) / del" for most things
- when the thread module isn't available, subsequent attempts to import
  threading should not suceed
Lib/threading.py