diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-17 21:57:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-17 21:57:10 (GMT) |
commit | d3d23636cbb2fb305f672fa826c3da6a2dc72384 (patch) | |
tree | fec57d71cccdf03f8e416802261abcac7ada01ee /Misc/NEWS | |
parent | c2a66f20eaf6d28825cca9f3b55a3fa33fbd87b3 (diff) | |
download | cpython-d3d23636cbb2fb305f672fa826c3da6a2dc72384.zip cpython-d3d23636cbb2fb305f672fa826c3da6a2dc72384.tar.gz cpython-d3d23636cbb2fb305f672fa826c3da6a2dc72384.tar.bz2 |
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)
Patch from Matti Picus.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins 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. |