[Python-checkins] r47275 - python/trunk/Misc/NEWS

nick.coghlan python-checkins at python.org
Thu Jul 6 15:47:19 CEST 2006


Author: nick.coghlan
Date: Thu Jul  6 15:47:18 2006
New Revision: 47275

Modified:
   python/trunk/Misc/NEWS
Log:
Add NEWS entries for the ImportWarning change and documentation update

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jul  6 15:47:18 2006
@@ -25,6 +25,8 @@
 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 @@
 Documentation
 -------------
 
+- Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the
+  documentation for the warnings module.
+
 - Patch #1509163: MS Toolkit Compiler no longer available.
 
 


More information about the Python-checkins mailing list