diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-20 04:54:23 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-20 04:54:23 (GMT) |
commit | c661b8821b3f54576eac98a6964f142874c4a8be (patch) | |
tree | a2ce841d8881058635379ee4d38bd740e38be6fb /Misc | |
parent | 94785ef14294e9d924c9ceee3d6f9082d4555f28 (diff) | |
download | cpython-c661b8821b3f54576eac98a6964f142874c4a8be.zip cpython-c661b8821b3f54576eac98a6964f142874c4a8be.tar.gz cpython-c661b8821b3f54576eac98a6964f142874c4a8be.tar.bz2 |
Document r43622.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |