commit | a17f076f614222cec6ff415c940717ecbbddd9fe | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 14:53:19 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Dec 19 14:53:19 2010 +0000 |
tree | 4efd1476bda09dfe0a3fbf9120bd9f953451c2b0 | |
parent | 5657ff8aa0aa9d53f92fc11cc2d4b7e23f5cb95a [diff] [blame] |
Issue 10611. SystemExit should not cause a unittest test run to exit.
diff --git a/Misc/NEWS b/Misc/NEWS index 19d6c41..b1b0265 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Library ------- +- Issue #10611: SystemExit should not cause a unittest test run to exit. + - Issue #6791: Limit header line length (to 65535 bytes) in http.client, to avoid denial of services from the other party.