summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-06-01 23:48:47 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-06-01 23:48:47 (GMT)
commit8856ddae2522c644132b5d0730ab60021f2ce13e (patch)
tree717f19f039e2319d93159ca0e602165bac7dbf44 /Misc
parent1bd52d745b16c1a41dd63869264315a4d138f62f (diff)
downloadcpython-8856ddae2522c644132b5d0730ab60021f2ce13e.zip
cpython-8856ddae2522c644132b5d0730ab60021f2ce13e.tar.gz
cpython-8856ddae2522c644132b5d0730ab60021f2ce13e.tar.bz2
Adds a Thread.getIdent() method to provide the _get_ident() value for
any given threading.Thread object. feature request issue 2871.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8e2983..b378956 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,8 @@ Extension Modules
- Issue #2870: cmathmodule.c compile error.
+- Added a threading.Thread.getIdent() method.
+
Library
-------