]> granicus.if.org Git - python/commitdiff
Add NEWS entries for the ImportWarning change and documentation update
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 6 Jul 2006 13:47:18 +0000 (13:47 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 6 Jul 2006 13:47:18 +0000 (13:47 +0000)
Misc/NEWS

index df3807163c893f614d13f7401ec52357e680cd76..5e4004ef11a40f61e0f76fa2e47a927faa1dbf98 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Core and builtins
 Library
 -------
 
+- warnings.py now ignores ImportWarning by default
+
 - Patch #1517790: It is now possible to use custom objects in the ctypes
   foreign function argtypes sequence as long as they provide a from_param
   method, no longer is it required that the object is a ctypes type.
@@ -115,6 +117,9 @@ Tests
 Documentation
 -------------
 
+- Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the
+  documentation for the warnings module.
+
 - Patch #1509163: MS Toolkit Compiler no longer available.