File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,23 +4,10 @@ Python News
44
55(editors: check NEWS.help for information about editing NEWS using ReST.)
66
7- What's New in Python 3000 ?
7+ What's New in Python 3.0a1 ?
88==========================
99
10- *Release date: XX-XXX-200X*
11-
12- TO DO
13- -----
14-
15- - See PEP 3000, 3100.
16-
17- - Weed really old/weird stuff from the library.
18-
19- - Use io.py instead of C stdio everywhere.
20-
21- - Make strings all Unicode (see branches/py3k-struni).
22-
23- - Get rid of various compatibility-related flags (e.g. division flags).
10+ *Release date: 31-Aug-2007*
2411
2512
2613Core and Builtins
@@ -259,4 +246,3 @@ Tools/Demos
259246-----------
260247
261248**(For information about older versions, consult the HISTORY file.)**
262-
Original file line number Diff line number Diff line change 11This is Python version 3.0 alpha 1
22==================================
33
4+ For notes specific to this release, see RELNOTES in this directory.
5+
46Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new
57version of the language, which is incompatible with the 2.x line of
68releases. The language is mostly the same, but many details,
@@ -12,10 +14,6 @@ This is an ongoing project; the cleanup isn't expected to be complete
1214until 2008. In particular there are plans to reorganize the standard
1315library namespace.
1416
15- This README hasn't been fully updated for Python 3000 yet. If you see
16- anything that should clearly be changed, fix it (if you have checkin
17- permissions) or submit a patch to the issue tracker (see below).
18-
1917
2018Release Schedule
2119----------------
Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments