Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d425630 commit da3673eCopy full SHA for da3673e
1 file changed
RELNOTES
@@ -11,6 +11,13 @@ Version 3.0a2 - Release Date 07-Dec-2007
11
* SSL support is back! However, the SSL code appears to be leaking
12
quite a bit.
13
14
+* On Windows Python can't be run from a directory with non ASCII chars
15
+ in its path name (bug #1342).
16
+
17
+* The current releases of MinGW and Cygwin can't build Python extensions
18
+ since they don't support msvcr90.dll. The necessary bits and pieces are
19
+ already in Python and cygwin cvs.
20
21
* Otherwise, the 3.0a1 release notes still apply, except hashlib no
22
longer requires openssl.
23
0 commit comments