]> granicus.if.org Git - python/commit
change threading.getIdent to a property
authorBenjamin Peterson <benjamin@python.org>
Mon, 18 Aug 2008 16:40:03 +0000 (16:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 18 Aug 2008 16:40:03 +0000 (16:40 +0000)
commitd8a8972ca955202cb895a48f6d78b17c37f1d1ce
tree8298f070379f419e516af905f0dfd31fad1c5619
parente5bdccc77b2a0da0b72f4a6ebbc2d9a1a9680dcd
change threading.getIdent to a property

This is new in 2.6 so now need to worry about backwards compatibility :)
Doc/library/threading.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS