commit | 187177fc558e2dce1f55ad8bdf7344c61aec6594 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 08 15:40:51 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 08 15:40:51 2009 +0000 |
tree | 1dcae5a95f199abca9ff349d6bc9d47fd51e853f | |
parent | 4b7f9439c0a61ce597675f27adca2465a9c1e76b [diff] [blame] |
Issue #6986: Fix crash in the JSON C accelerator when called with the wrong parameter types. Patch by Victor Stinner.
diff --git a/Misc/NEWS b/Misc/NEWS index 6cc264b..95fae08 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -509,6 +509,9 @@ Library ------- +- Issue #6986: Fix crash in the JSON C accelerator when called with the + wrong parameter types. Patch by Victor Stinner. + - logging: Added optional `secure` parameter to SMTPHandler, to enable use of TLS with authentication credentials.