From: Martin v. Löwis Date: Thu, 20 Apr 2006 04:54:23 +0000 (+0000) Subject: Document r43622. X-Git-Tag: v2.5a2~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c661b8821b3f54576eac98a6964f142874c4a8be;p=thirdparty%2FPython%2Fcpython.git Document r43622. --- diff --git a/Misc/NEWS b/Misc/NEWS index d758dc3a5cfc..0cda340f37c5 100644 --- 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.