diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-31 21:12:21 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-31 21:12:21 (GMT) |
commit | 740d6b6f39b169fe8c1ba2322fbab270aae731ea (patch) | |
tree | a6d3c4acadf5ca39f509628ea7a8d7b2db212245 /Misc | |
parent | 31e4d325b61ed756c6fe86a77528a90f4a765d6b (diff) | |
download | cpython-740d6b6f39b169fe8c1ba2322fbab270aae731ea.zip cpython-740d6b6f39b169fe8c1ba2322fbab270aae731ea.tar.gz cpython-740d6b6f39b169fe8c1ba2322fbab270aae731ea.tar.bz2 |
Issue #12037: Fix test_email for desktop Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -314,6 +314,8 @@ IDLE Tests ----- +- Issue #12037: Fix test_email for desktop Windows. + - Issue #15507: test_subprocess's test_send_signal could fail if the test runner were run in an environment where the process inherited an ignore setting for SIGINT. Restore the SIGINT handler to the desired |