summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-18 16:40:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-18 16:40:03 (GMT)
commitd8a8972ca955202cb895a48f6d78b17c37f1d1ce (patch)
tree8298f070379f419e516af905f0dfd31fad1c5619 /Misc
parente5bdccc77b2a0da0b72f4a6ebbc2d9a1a9680dcd (diff)
downloadcpython-d8a8972ca955202cb895a48f6d78b17c37f1d1ce.zip
cpython-d8a8972ca955202cb895a48f6d78b17c37f1d1ce.tar.gz
cpython-d8a8972ca955202cb895a48f6d78b17c37f1d1ce.tar.bz2
change threading.getIdent to a property
This is new in 2.6 so now need to worry about backwards compatibility :)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 09f1138..7a0838e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -422,7 +422,7 @@ Extension Modules
- Issue #2870: cmathmodule.c compile error.
-- Added a threading.Thread.getIdent() method.
+- Added a threading.Thread.ident property.
Library
-------