diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-04 14:07:03 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 14:07:03 (GMT) |
commit | d96c1fb6edc3db885c85ec608aa7d3c2415163a9 (patch) | |
tree | 6a6ccda8e69c7a4f8542a0b078b4f44abd49a72d /Misc | |
parent | 677ffd16bf8ec440a22b65042293654c6a76095f (diff) | |
parent | 6e1d2b6e7889a138c02c027f8c3dce6ead62e3cf (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |