]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document r43622.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 20 Apr 2006 04:54:23 +0000 (04:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 20 Apr 2006 04:54:23 +0000 (04:54 +0000)
Misc/NEWS

index d758dc3a5cfc052c502d11f29ff9779eddd37369..0cda340f37c57c7166e43c6964cab69cb5d1b4ab 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,10 @@ What's New in Python 2.5 alpha 1?
 Core and builtins
 -----------------
 
+- On Windows, .DLL is not an accepted file name extension for
+  extension modules anymore; extensions are only found if they
+  end in .PYD.
+
 - Bug #1421664: sys.stderr.encoding is now set to the same value as
   sys.stdout.encoding.