summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-18 03:57:54 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-18 03:57:54 (GMT)
commit92422fb33b95f481a736c45700570081e8819e60 (patch)
tree4e475532ec8dec9e7e1c57d3e3f25f55809d5c64 /Misc
parent2eb8c4f292fc27490a0919a02398421fbf8a98b8 (diff)
downloadcpython-92422fb33b95f481a736c45700570081e8819e60.zip
cpython-92422fb33b95f481a736c45700570081e8819e60.tar.gz
cpython-92422fb33b95f481a736c45700570081e8819e60.tar.bz2
Add template for 2.6 on HEAD
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS33
1 files changed, 31 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cd9561..d7932b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,14 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.5?
+What's New in Python 2.6?
=========================
-*Release date: XX-SEP-2006*
+*Release date: XX-XXX-200X*
+
+Core and builtins
+-----------------
+
Library
-------
@@ -15,6 +19,31 @@ Library
- Bug #1541863: uuid.uuid1 failed to generate unique identifiers
on systems with low clock resolution.
+
+Extension Modules
+-----------------
+
+
+Tests
+-----
+
+
+Documentation
+-------------
+
+
+Build
+-----
+
+
+C API
+-----
+
+
+Mac
+---
+
+
What's New in Python 2.5 release candidate 1?
=============================================