diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-02-23 17:18:19 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-02-23 17:18:19 +0000 |
commit | be0adfcfa8327b68fed6158fe423656289a870cc (patch) | |
tree | 6a4b0cfa4d27e0d080d1b20fc6a541aec22bd113 | |
parent | b66dc46ee0c9eefcd15fbc41c8652a7d50102996 (diff) | |
download | cpython-git-be0adfcfa8327b68fed6158fe423656289a870cc.tar.gz |
Update NEWS for a future 2.5.3 release
-rw-r--r-- | Misc/NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -4,6 +4,29 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5.3? +============================= + +*Release date: XX-XXX-20XX* + +Core and builtins +----------------- + +Library +------- + +Extension Modules +----------------- + +Documentation +------------- + +Build +----- + +Windows +------- + What's New in Python 2.5.2? ============================= |