diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-10-18 01:32:09 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-10-18 01:32:09 (GMT) |
commit | be8370dc9cd3a9c951d8869088502f84e6892a6e (patch) | |
tree | fa7988bbc57205efc344e28bf073dd66ffa6eff1 | |
parent | af5c7cff56f15432464f6058d7116ce9359abee5 (diff) | |
download | cpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.zip cpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.tar.gz cpython-be8370dc9cd3a9c951d8869088502f84e6892a6e.tar.bz2 |
Add sections for 2.4b2
-rw-r--r-- | Misc/NEWS | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -4,6 +4,67 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4 beta 2? +================================ + +*Release date: XX-XXX-XXXX* + +Core and builtins +----------------- + +... + +Extension Modules +----------------- + +... + +Library +------- + +... + +Build +----- + +... + +C API +----- + +... + +Documentation +------------- + +... + +Tests +----- + +... + +Windows +------- + +... + +Mac +--- + +... + +New platforms +------------- + +... + +Tools/Demos +----------- + +... + + What's New in Python 2.4 beta 1? ================================ |