summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-20 04:54:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-20 04:54:23 (GMT)
commitc661b8821b3f54576eac98a6964f142874c4a8be (patch)
treea2ce841d8881058635379ee4d38bd740e38be6fb /Misc/NEWS
parent94785ef14294e9d924c9ceee3d6f9082d4555f28 (diff)
downloadcpython-c661b8821b3f54576eac98a6964f142874c4a8be.zip
cpython-c661b8821b3f54576eac98a6964f142874c4a8be.tar.gz
cpython-c661b8821b3f54576eac98a6964f142874c4a8be.tar.bz2
Document r43622.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d758dc3..0cda340 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.