@@ -8,19 +8,23 @@ Please report bugs to http://bugs.python.org/.
88Version 3.0a1 - Release Date 31-Aug-2007
99----------------------------------------
1010
11- - SSL support is disabled. This causes a test_ssl to be skipped.
11+ * SSL support is disabled. This causes test_ssl to be skipped.
1212 The new SSL support in the 2.6 trunk (with server-side support and
1313 certificate verification) will be ported for 3.0a2.
1414
15- - Platform support is reduced. We've mostly tested on Linux, OSX,
15+ * If you don't have openssl, hashlib is non-functional, which
16+ means there is no way to compute MD5 checksums. This breaks some
17+ modules.
18+
19+ * Platform support is reduced. We've mostly tested on Linux, OSX,
1620 and Windows.
1721
18- - There are still some open issues on Windows.
22+ * There are still some open issues on Windows.
1923
20- - Some new features are very fresh, and probably contain bugs: the new
24+ * Some new features are very fresh, and probably contain bugs: the new
2125 format() method on strings (PEP 3101), the strict separation of
2226 bytes and strings, the new buffer API (PEP 3118).
2327
24- - IDLE still has some open issues. If you can't run it at all, try
28+ * IDLE still has some open issues. If you can't run it at all, try
2529 "idle -n" which disables the separate subprocess for the
2630 interpreter.
0 commit comments