Document r43622.

This commit is contained in:
Martin v. Löwis 2006-04-20 04:54:23 +00:00
parent 94785ef142
commit c661b8821b
1 changed files with 4 additions and 0 deletions

View File

@ -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.