commit | 2605ca8773ebf37c840c191a903f168942521aa8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 14 06:08:31 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 14 06:08:31 2006 +0000 |
tree | a2c87ca7a34e35404b378cc38e15540ca83b6186 | |
parent | d825143be1118ba7e320661b3a71d8822ae5d600 [diff] [blame] |
Bug #1339007: Shelf objects now don't raise an exception in their __del__ method when initialization failed.
diff --git a/Misc/NEWS b/Misc/NEWS index 3dbecd7..630d36b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -156,6 +156,9 @@ Library ------- +- Bug #1339007: Shelf objects now don't raise an exception in their + __del__ method when initialization failed. + - Patch #1455898: The MBCS codec now supports the incremental mode for double-byte encodings.