diff options
author | Barry Warsaw <barry@python.org> | 2008-08-21 03:02:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-08-21 03:02:47 (GMT) |
commit | 8509df7f9d6816dc20620728f1a1799546372b51 (patch) | |
tree | b20ec4bd9260dc1ab18e74679462a5192706878d /Misc/NEWS | |
parent | 238444e09f2dfc430d7e57f70aa8c3168ab6fc14 (diff) | |
download | cpython-8509df7f9d6816dc20620728f1a1799546372b51.zip cpython-8509df7f9d6816dc20620728f1a1799546372b51.tar.gz cpython-8509df7f9d6816dc20620728f1a1799546372b51.tar.bz2 |
done with 3.0
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.0 release candidate 1 +============================================ + +*Release date: XX-XXXX-2008* + +Core and Builtins +----------------- + +Library +------- + + What's new in Python 3.0b3? =========================== |