]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Get rid of all __private variables and methods in the threading module.
authorGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 19:25:41 +0000 (19:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 19:25:41 +0000 (19:25 +0000)
commitd06489945f74b0c437e2a5d5dbb64e9bcbcb1ff0
treeedbc033a436419b42ab8fa3779fd411807d02f97
parent61e21b52f1873bc4b0da34431e54a9517c0030e1
Get rid of all __private variables and methods in the threading module.
These have mostly just gotten in the way of legitimate unanticipated use.
Lib/threading.py