diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-17 22:07:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-17 22:07:34 (GMT) |
commit | da89123bd6ab3e0e0eb311cee72fbed59293dd70 (patch) | |
tree | 2912f5fa8749718e159f8f5193c1360ea5e88aab /Misc | |
parent | 4915035e84a532fe4e67867d33a4ff9e48df72b6 (diff) | |
parent | 5eb6b392109d6407269cbb49f6b297eb2a19567c (diff) | |
download | cpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.zip cpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.tar.gz cpython-da89123bd6ab3e0e0eb311cee72fbed59293dd70.tar.bz2 |
merge 3.4 (#10744)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |