diff options
author | Guido van Rossum <guido@python.org> | 2003-02-20 01:56:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-20 01:56:17 (GMT) |
commit | 351a7dd64abd42ebfc0e11afe8996d3934ee18e3 (patch) | |
tree | 52f594c28e0e61688443109ff562b0a4f0ce98a8 /Misc | |
parent | 16c8517988728d4ac4eed4b7db9796182ad9f979 (diff) | |
download | cpython-351a7dd64abd42ebfc0e11afe8996d3934ee18e3.zip cpython-351a7dd64abd42ebfc0e11afe8996d3934ee18e3.tar.gz cpython-351a7dd64abd42ebfc0e11afe8996d3934ee18e3.tar.bz2 |
Prepped for 2.3b1.
Added an extra blank line before "What's New in Python 2.2 final?".
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -4,6 +4,62 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3 beta 1? +================================ + +*Release date: XX-XXX-2003* + +Core and builtins +----------------- + +TBD + +Extension modules +----------------- + +TBD + +Library +------- + +TBD + +Tools/Demos +----------- + +TBD + +Build +----- + +TBD + +C API +----- + +TBD + +New platforms +------------- + +TBD + +Tests +----- + +TBD + +Windows +------- + +TBD + +Mac +--- + +TBD + + What's New in Python 2.3 alpha 2? ================================= @@ -1511,6 +1567,7 @@ Mac other platforms. If you really need sourcefiles with Mac characters in them you can change this in site.py. + What's New in Python 2.2 final? =============================== |