]> granicus.if.org Git - python/commitdiff
Some Windows notes by Christian.
authorGuido van Rossum <guido@python.org>
Thu, 6 Dec 2007 18:25:07 +0000 (18:25 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Dec 2007 18:25:07 +0000 (18:25 +0000)
RELNOTES

index 2526bc5eb0434daf9348acd332e5e3b52ad29775..5f413165efc14d9784108d82f0a27ba108ebc61c 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,6 +11,13 @@ Version 3.0a2 - Release Date 07-Dec-2007
 * SSL support is back!  However, the SSL code appears to be leaking
   quite a bit.
 
+* On Windows Python can't be run from a directory with non ASCII chars
+  in its path name (bug #1342).
+
+* The current releases of MinGW and Cygwin can't build Python extensions
+  since they don't support msvcr90.dll. The necessary bits and pieces are
+  already in Python and cygwin cvs.
+
 * Otherwise, the 3.0a1 release notes still apply, except hashlib no
   longer requires openssl.