diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-09-06 23:30:27 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-09-06 23:30:27 (GMT) |
commit | 2ad68e69b975b1714d3da1cd5e419c8294a5f2c1 (patch) | |
tree | 80634cbe683ae4424a4ddbe1d7d9687743ec37d2 /Misc | |
parent | 9fd5e9a6953fe74c6a9c7966655b056d721441ca (diff) | |
download | cpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.zip cpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.tar.gz cpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.tar.bz2 |
Ported test__locale to unittest.
Diffstat (limited to 'Misc')
-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 1? +================================ + +*Release date: XXXX-XX-XX* + +Core and builtins +----------------- + +... + +Extension modules +----------------- + +... + +Library +------- + +... + +Build +----- + +... + +C API +----- + +... + +Documentation +------------- + +... + +Tests +----- + +- test__locale ported to unittest + +Windows +------- + +... + +Mac +--- + +... + +New platforms +------------- + +... + +Tools/Demos +----------- + +... + + What's New in Python 2.4 alpha 3? ================================= |