diff options
author | Barry Warsaw <barry@python.org> | 2008-04-04 01:36:36 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-04-04 01:36:36 (GMT) |
commit | 66079cd9877650dcfa89a535f1031f2cb90a1850 (patch) | |
tree | 067a408a66c5084f705568e531235dd2e43575be /Misc | |
parent | 61828c725aa7324cb192ca9486de464c58b5871f (diff) | |
download | cpython-66079cd9877650dcfa89a535f1031f2cb90a1850.zip cpython-66079cd9877650dcfa89a535f1031f2cb90a1850.tar.gz cpython-66079cd9877650dcfa89a535f1031f2cb90a1850.tar.bz2 |
post release updates
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -4,6 +4,21 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 3.0a5? +=========================== + +*Release date: XX-XXX-2008* + +Core and Builtins +----------------- + +Extension Modules +----------------- + +Library +------- + + What's New in Python 3.0a4? =========================== |