Guido van Rossum | 4405cf3 | 2007-08-30 17:16:55 +0000 | [diff] [blame^] | 1 | Python 3000 Release Notes |
| 2 | ========================= |
| 3 | |
| 4 | Release notes describe unfinished work in particular releases. |
| 5 | |
| 6 | Please report bugs to http://bugs.python.org/. |
| 7 | |
| 8 | Version 3.0a1 - Release Date 31-Aug-2007 |
| 9 | ---------------------------------------- |
| 10 | |
| 11 | - SSL support is disabled. This causes a test_ssl to be skipped. |
| 12 | The new SSL support in the 2.6 trunk (with server-side support and |
| 13 | certificate verification) will be ported for 3.0a2. |
| 14 | |
| 15 | - Platform support is reduced. We've mostly tested on Linux, OSX, |
| 16 | and Windows. |
| 17 | |
| 18 | - There are still some open issues on Windows. |
| 19 | |
| 20 | - Some new features are very fresh, and probably contain bugs: the new |
| 21 | format() method on strings (PEP 3101), the strict separation of |
| 22 | bytes and strings, the new buffer API (PEP 3118). |