summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-09-06 23:30:27 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-09-06 23:30:27 (GMT)
commit2ad68e69b975b1714d3da1cd5e419c8294a5f2c1 (patch)
tree80634cbe683ae4424a4ddbe1d7d9687743ec37d2 /Misc
parent9fd5e9a6953fe74c6a9c7966655b056d721441ca (diff)
downloadcpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.zip
cpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.tar.gz
cpython-2ad68e69b975b1714d3da1cd5e419c8294a5f2c1.tar.bz2
Ported test__locale to unittest.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS61
1 files changed, 61 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a721cb..4f3ced8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================