summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-22 18:37:26 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-07-22 18:37:26 (GMT)
commite02f6c20ff9d017a8d1c8b27d96cbfc205185f06 (patch)
treef73546745b0358e8897beefb36a682ba6a101f60 /Misc/NEWS
parent689b55c1cb837c0b89be46b57e52912fe4b2072d (diff)
downloadcpython-e02f6c20ff9d017a8d1c8b27d96cbfc205185f06.zip
cpython-e02f6c20ff9d017a8d1c8b27d96cbfc205185f06.tar.gz
cpython-e02f6c20ff9d017a8d1c8b27d96cbfc205185f06.tar.bz2
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7f42bc..d38c414 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
+- Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
+
- Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
- Issue #21750: mock_open.read_data can now be read from each instance, as it