Skip to content

Commit 98c1604

Browse files
committed
Update news entry
1 parent e719ce5 commit 98c1604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Added validation in threading.Thread to ensure that 'args' is a tuple or list. Raises TypeError if a string, bytes, or non-iterable is passed.
1+
threading.Thread now validates that 'args' is iterable. Raises TypeError if it is not.
2+

0 commit comments

Comments
 (0)