commit | 08e153ae377066c31e7e70be3da24edf1778631e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:10:24 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:10:24 2013 -0500 |
tree | f309eda5adcffa44c94cc24bc27a5b939c751fb4 | |
parent | d0c665e062ee1732e0becb06e60d332df22a732f [diff] [blame] |
check windows fd validity (closes #16992)
diff --git a/Misc/NEWS b/Misc/NEWS index eb41458..f7491d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -189,6 +189,9 @@ Library ------- +- Issue #16992: On Windows in signal.set_wakeup_fd, validate the file + descriptor argument. + - Issue #15861: tkinter now correctly works with lists and tuples containing strings with whitespaces, backslashes or unbalanced braces.