summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-02-21 16:26:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-02-21 16:26:47 (GMT)
commit7be5b78b4f06bfbb07dccb054ad4855d48c7bccb (patch)
tree5262712e652c9312618ef649f98c64d821f6092b /Misc
parent98a755ded4fca82e3b304a15aab4a1c82409f739 (diff)
downloadcpython-7be5b78b4f06bfbb07dccb054ad4855d48c7bccb.zip
cpython-7be5b78b4f06bfbb07dccb054ad4855d48c7bccb.tar.gz
cpython-7be5b78b4f06bfbb07dccb054ad4855d48c7bccb.tar.bz2
Merged revisions 88456 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88456 | martin.v.loewis | 2011-02-21 17:24:00 +0100 (Mo, 21 Feb 2011) | 2 lines - Check for NULL result in PyType_FromSpec. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c34a540..dbbf2d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
Python News
+++++++++++
+What's New in Python 3.2.1?
+===========================
+
+*Release date: XX-XXX-20XX*
+
+Core and Builtins
+-----------------
+
+- Check for NULL result in PyType_FromSpec.
+
+
What's New in Python 3.2?
=========================