summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 14:07:03 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 14:07:03 (GMT)
commitd96c1fb6edc3db885c85ec608aa7d3c2415163a9 (patch)
tree6a6ccda8e69c7a4f8542a0b078b4f44abd49a72d /Misc
parent677ffd16bf8ec440a22b65042293654c6a76095f (diff)
parent6e1d2b6e7889a138c02c027f8c3dce6ead62e3cf (diff)
downloadcpython-d96c1fb6edc3db885c85ec608aa7d3c2415163a9.zip
cpython-d96c1fb6edc3db885c85ec608aa7d3c2415163a9.tar.gz
cpython-d96c1fb6edc3db885c85ec608aa7d3c2415163a9.tar.bz2
MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d856642..490e6ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@ Library
`io.BytesIO` and `io.StringIO` objects now raise ValueError when the object
has been closed. Patch by Alessandro Moura.
+- Issue #16126: PyErr_Format format mismatch in _testcapimodule.c.
+ Patch by Serhiy Storchaka.
+
- Issue #15447: Use `subprocess.DEVNULL` in webbrowser, instead of opening
`os.devnull` explicitly and leaving it open.