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 /Misc/NEWS | |
parent | 6790d606ffb44b24129552fca5418c0d408aac05 (diff) | |
download | cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.zip cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.tar.gz cpython-4405cf3c62d4c313885bea0e55957bfb0b8a1414.tar.bz2 |
Update Misc/NEWS. Add RELNOTES.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -4,23 +4,10 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 3000? +What's New in Python 3.0a1? ========================== -*Release date: XX-XXX-200X* - -TO DO ------ - -- See PEP 3000, 3100. - -- Weed really old/weird stuff from the library. - -- Use io.py instead of C stdio everywhere. - -- Make strings all Unicode (see branches/py3k-struni). - -- Get rid of various compatibility-related flags (e.g. division flags). +*Release date: 31-Aug-2007* Core and Builtins @@ -259,4 +246,3 @@ Tools/Demos ----------- **(For information about older versions, consult the HISTORY file.)** - |