Issue #18882: Add threading.main_thread() function.

This commit is contained in:
Andrew Svetlov 2013-09-04 07:01:07 +03:00
parent 3c56145638
commit 58b5c5ad14
4 changed files with 102 additions and 23 deletions

View file

@ -54,6 +54,8 @@ Core and Builtins
Library
-------
- Issue #18882: Add threading.main_thread() function.
- Issue #18901: The sunau getparams method now returns a namedtuple rather than
a plain tuple. Patch by Claudiu Popa.