diff options
author | Georg Brandl <georg@python.org> | 2005-07-15 09:13:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-15 09:13:21 (GMT) |
commit | a4a8b820aa32638e9f65efcb73e7559dad76028f (patch) | |
tree | 363088f0042c970df1d55ccb51506563c00c2312 /Misc | |
parent | 8bfa8935ea2fc645e5f166f180c2ba18cf11ade3 (diff) | |
download | cpython-a4a8b820aa32638e9f65efcb73e7559dad76028f.zip cpython-a4a8b820aa32638e9f65efcb73e7559dad76028f.tar.gz cpython-a4a8b820aa32638e9f65efcb73e7559dad76028f.tar.bz2 |
bug [ 1238170 ] threading.Thread uses {} as default argument
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -168,6 +168,9 @@ Extension Modules Library ------- +- Bug #1238170: threading.Thread.__init__ no longer has "kwargs={}" as a + parameter, but uses the usual "kwargs=None". + - textwrap now processes text chucks at O(n) speed instead of O(n**2). Patch #1209527 (Contributed by Connelly). |