summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-09-28 14:19:45 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-09-28 14:19:45 (GMT)
commit8ef1fcecc546f254e8b55d50ef82a433fc280641 (patch)
tree593182c000b1bcbd018e01f1f25cd4380d0ac721 /Misc
parentd38e6e516de30158e4bb4e32961c3889f2f69339 (diff)
parent7a1901f86129dc15dc9004da02907eb1c90f32fa (diff)
downloadcpython-8ef1fcecc546f254e8b55d50ef82a433fc280641.zip
cpython-8ef1fcecc546f254e8b55d50ef82a433fc280641.tar.gz
cpython-8ef1fcecc546f254e8b55d50ef82a433fc280641.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe0be74..c3fc686 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library
- Issue #16064: unittest -m claims executable is "python", not "python3"
+- Issue #12376: Pass on parameters in TextTestResult.__init__ super call
+
- Issue #15222: Insert blank line after each message in mbox mailboxes
- Issue #16013: Fix CSV Reader parsing issue with ending quote characters.