diff options
author | Guido van Rossum <guido@python.org> | 2007-08-30 17:16:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-30 17:16:55 (GMT) |
commit | 4405cf3c62d4c313885bea0e55957bfb0b8a1414 (patch) | |
tree | 8d74b37af0e5d9aa34492d868bb435c81da8e0ec /README | |
parent | 6790d606ffb44b24129552fca5418c0d408aac05 (diff) | |
download | cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.zip cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.tar.gz cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.tar.bz2 |
Update Misc/NEWS. Add RELNOTES.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,8 @@ This is Python version 3.0 alpha 1 ================================== +For notes specific to this release, see RELNOTES in this directory. + Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new version of the language, which is incompatible with the 2.x line of releases. 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 until 2008. In particular there are plans to reorganize the standard library namespace. -This README hasn't been fully updated for Python 3000 yet. If you see -anything that should clearly be changed, fix it (if you have checkin -permissions) or submit a patch to the issue tracker (see below). - Release Schedule ---------------- |