diff options
author | Skip Montanaro <skip@pobox.com> | 2003-08-01 05:01:54 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-08-01 05:01:54 (GMT) |
commit | cb3988c48be10efee3fe27ede0951df3ab3b875f (patch) | |
tree | 94cb9928acbc300ee1516debfed463b995908ffd | |
parent | 031611635d02fdc785f170f5c3462df47ab4be50 (diff) | |
download | cpython-cb3988c48be10efee3fe27ede0951df3ab3b875f.zip cpython-cb3988c48be10efee3fe27ede0951df3ab3b875f.tar.gz cpython-cb3988c48be10efee3fe27ede0951df3ab3b875f.tar.bz2 |
add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks.
-rw-r--r-- | Misc/NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -4,6 +4,48 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4 alpha 1? +================================= + +*Release date: DD-MMM-YYYY* + +Core and builtins +----------------- + +Extension modules +----------------- + +Library +------- + +Tools/Demos +----------- + +- py-electric-colon now works when pending-delete/delete-selection mode is + in effect + +- py-help-at-point is no longer bound to the F1 key - it's still bound to + C-c C-h + +Build +----- + +C API +----- + +New platforms +------------- + +Tests +----- + +Windows +------- + +Mac +---- + + What's New in Python 2.3 final? =============================== |