diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-06-01 23:48:47 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-06-01 23:48:47 (GMT) |
commit | 8856ddae2522c644132b5d0730ab60021f2ce13e (patch) | |
tree | 717f19f039e2319d93159ca0e602165bac7dbf44 /Misc | |
parent | 1bd52d745b16c1a41dd63869264315a4d138f62f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ Extension Modules - Issue #2870: cmathmodule.c compile error. +- Added a threading.Thread.getIdent() method. + Library ------- |