summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-05-17 22:07:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-05-17 22:07:34 (GMT)
commitda89123bd6ab3e0e0eb311cee72fbed59293dd70 (patch)
tree2912f5fa8749718e159f8f5193c1360ea5e88aab /Misc
parent4915035e84a532fe4e67867d33a4ff9e48df72b6 (diff)
parent5eb6b392109d6407269cbb49f6b297eb2a19567c (diff)
downloadcpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.zip
cpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.tar.gz
cpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.tar.bz2
merge 3.4 (#10744)
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 92acc13..081f76b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Core and Builtins
Library
-------
+- Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial
+ shape.
+
- Issue #20826: Optimize ipaddress.collapse_addresses().
- Issue #21487: Optimize ipaddress.summarize_address_range() and