Author: amaury.forgeotdarc
Date: Fri Jan  4 02:21:27 2008
New Revision: 59693

Modified:
   python/branches/py3k/Misc/NEWS
Log:
NEWS entry for r59682.


Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS      (original)
+++ python/branches/py3k/Misc/NEWS      Fri Jan  4 02:21:27 2008
@@ -12,6 +12,11 @@
 Core and Builtins
 -----------------
 
+- Improve some exception messages when Windows fails to load an extension
+  module. Now we get for example '%1 is not a valid Win32 application' instead
+  of 'error code 193'.  Also use Unicode strings to deal with non-English
+  locales.
+
 - Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
   has gained a new type *PyInstanceMethod_Type* and the functions
   *PyInstanceMethod_Check(o)*, *PyInstanceMethod_New(func)* and
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to