summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-05-17 21:57:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-05-17 21:57:10 (GMT)
commitd3d23636cbb2fb305f672fa826c3da6a2dc72384 (patch)
treefec57d71cccdf03f8e416802261abcac7ada01ee /Misc/NEWS
parentc2a66f20eaf6d28825cca9f3b55a3fa33fbd87b3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 106409c..f1dd6ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.