commit | 673770c59d6b68c05aaa37cb3e45fb7f86aa7db3 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed May 08 23:42:41 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed May 08 23:42:41 2013 -0400 |
tree | 9c76616155ca568c2bb4cf6597b58a2dcaebb6f7 | |
parent | db03e6b842011dfb1a419a23e1fbc8732fd7763f [diff] [blame] |
Issue 16584: in filecomp._cmp, catch IOError as well as os.error. Patch by Till Maas.
diff --git a/Misc/NEWS b/Misc/NEWS index 867ebc5..6eea7de 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library ------- +- Issue 16584: in filecomp._cmp, catch IOError as well as os.error. + Patch by Till Maas. + - Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. - Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed