Author: guido.van.rossum Date: Thu Dec 6 19:25:07 2007 New Revision: 59392
Modified: python/branches/py3k/RELNOTES Log: Some Windows notes by Christian. Modified: python/branches/py3k/RELNOTES ============================================================================== --- python/branches/py3k/RELNOTES (original) +++ python/branches/py3k/RELNOTES Thu Dec 6 19:25:07 2007 @@ -11,6 +11,13 @@ * 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. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
