commit | 43b49593e700baeb7bf2be9dd1877eee5829e9e3 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Apr 01 16:53:53 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Apr 01 16:53:53 2015 +0300 |
tree | 705c361696a8971e8de3dfa62b8412c66f5647ff | |
parent | bd8c629eb54860df775f0072f4cf5fbd23dededb [diff] [blame] |
Issue #23838: linecache now clears the cache and returns an empty result on MemoryError.
diff --git a/Misc/NEWS b/Misc/NEWS index 410f0b0..9b57f4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library ------- +- Issue #23838: linecache now clears the cache and returns an empty result on + MemoryError. + - Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. - Issue #21802: The reader in BufferedRWPair now is closed even when closing