commit | c661b8821b3f54576eac98a6964f142874c4a8be | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 20 04:54:23 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 20 04:54:23 2006 +0000 |
tree | a2ce841d8881058635379ee4d38bd740e38be6fb | |
parent | 94785ef14294e9d924c9ceee3d6f9082d4555f28 [diff] [blame] |
Document r43622.
diff --git a/Misc/NEWS b/Misc/NEWS index d758dc3..0cda340 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -166,6 +166,10 @@ 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.