commit | d3d23636cbb2fb305f672fa826c3da6a2dc72384 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 17 14:57:10 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 17 14:57:10 2014 -0700 |
tree | fec57d71cccdf03f8e416802261abcac7ada01ee | |
parent | c2a66f20eaf6d28825cca9f3b55a3fa33fbd87b3 [diff] [blame] |
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) Patch from Matti Picus.
diff --git a/Misc/NEWS b/Misc/NEWS index 106409c..f1dd6ff 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Library ------- +- Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial + shape. + - Issue #7776: Backport Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel() from Python 3. Patch by Nikolaus Rath.