[Python-checkins] r54052 - python/branches/p3yk_no_args_on_exc/Misc/NEWS

brett.cannon python-checkins at python.org
Thu Mar 1 04:41:05 CET 2007


Author: brett.cannon
Date: Thu Mar  1 04:41:02 2007
New Revision: 54052

Modified:
   python/branches/p3yk_no_args_on_exc/Misc/NEWS
Log:
Add info about things that have changed.


Modified: python/branches/p3yk_no_args_on_exc/Misc/NEWS
==============================================================================
--- python/branches/p3yk_no_args_on_exc/Misc/NEWS	(original)
+++ python/branches/p3yk_no_args_on_exc/Misc/NEWS	Thu Mar  1 04:41:02 2007
@@ -150,6 +150,10 @@
 Extension Modules
 -----------------
 
+- socket.error binds its second argument to 'errno'.
+
+- bsddb.DBError binds all arguments as a tuple to 'message'.
+
 Library
 -------
 


More information about the Python-checkins mailing list