]> granicus.if.org Git - python/commitdiff
NEWS entry for r59682.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 4 Jan 2008 01:21:27 +0000 (01:21 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 4 Jan 2008 01:21:27 +0000 (01:21 +0000)
Misc/NEWS

index 75165169a72fd08dbc982c5a44a4276af75cf1d8..1dbba8c338403715b26465004bc4b5c2bd3a5c60 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,11 @@ What's New in Python 3.0a3?
 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