diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 (GMT) |
commit | bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0 (patch) | |
tree | 4e3631e38187d27bd72a01ab12436b32e45ffbe8 /Misc | |
parent | 8d4980d5a323601ff814165824c141ef211938c5 (diff) | |
download | cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.zip cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.tar.gz cpython-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.tar.bz2 |
bump version for 3.1a2+
Diffstat (limited to 'Misc')
-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.1 beta 1? +================================ + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.1 alpha 2? ================================= |