Misc/NEWS entry for r83677.

This commit is contained in:
Mark Dickinson 2010-08-03 18:44:16 +00:00
parent 797721b146
commit df7f2fd350

View File

@ -21,6 +21,8 @@ Core and Builtins
Extensions
----------
- Fix memory leak in ssl._ssl._test_decode_cert.
- Issue #8065: Fix memory leak in readline module (from failure to
free the result of history_get_history_state()).