diff options
author | Guido van Rossum <guido@python.org> | 2007-12-06 18:25:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-12-06 18:25:07 (GMT) |
commit | da3673e9d0321a9dc81bd471a3f03f241f1a34e4 (patch) | |
tree | 178aa74b7e419159c1e8366cacbece71b8045ca4 | |
parent | d42563025576bfb720a3c770f3a17d847d9c4244 (diff) | |
download | cpython-da3673e9d0321a9dc81bd471a3f03f241f1a34e4.zip cpython-da3673e9d0321a9dc81bd471a3f03f241f1a34e4.tar.gz cpython-da3673e9d0321a9dc81bd471a3f03f241f1a34e4.tar.bz2 |
Some Windows notes by Christian.
-rw-r--r-- | RELNOTES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |