summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-21 19:24:26 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-21 19:24:26 (GMT)
commit8ebe27f30012ad1858edf41a0ee0be16ff70127b (patch)
tree62a28157f0bf2500e03870168a60dce71d3217a5 /Misc
parentf259076790dac0b0c596a4545f05967d9cc76f65 (diff)
downloadcpython-8ebe27f30012ad1858edf41a0ee0be16ff70127b.zip
cpython-8ebe27f30012ad1858edf41a0ee0be16ff70127b.tar.gz
cpython-8ebe27f30012ad1858edf41a0ee0be16ff70127b.tar.bz2
Deprecate assertDictContainsSubset()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a49d3e..ea4e52d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2 Release Candidate 1
+============================================
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Deprecated assertDictContainsSubclass() in the unittest module.
+
+
What's New in Python 3.2 Beta 2?
================================