]> granicus.if.org Git - python/commit
Make the classes exposed by threading.py new-style classes. This is
authorTim Peters <tim.peters@gmail.com>
Tue, 1 Jul 2003 20:01:55 +0000 (20:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 1 Jul 2003 20:01:55 +0000 (20:01 +0000)
commit59aba128a5266a944d9773f7223f25b164372146
treefbd356aee93458c56e1d73eac310a36441d304c7
parent0939fac795f414c4542cd6cec540888207feb475
Make the classes exposed by threading.py new-style classes.  This is
mostly for convenience and to aid debugging.
Lib/threading.py
Misc/NEWS