summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-12-06 18:25:07 +0000
committerGuido van Rossum <guido@python.org>2007-12-06 18:25:07 +0000
commit00399286439a1479f3f6365d031d47a7a40de078 (patch)
tree856d2bf90c8aba3ebdc3ac9f9f99e607d452de36 /RELNOTES
parent404fdcefafb7e9d19dca29c83d3f3db8d05502a5 (diff)
downloadcpython-00399286439a1479f3f6365d031d47a7a40de078.tar.gz
Some Windows notes by Christian.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 2526bc5eb0..5f413165ef 100644
--- 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.