diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:51:21 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:51:21 (GMT) |
commit | cd12f7cb5c67e84b07f8022c5f7874b2c08d5507 (patch) | |
tree | b78e0f7542f8ee6c64c323ff46f5e37f39b6014b /Misc | |
parent | 4de34e0d69bcd99195928c1b25022465862bf0fe (diff) | |
parent | 34e7e2ecb1741850190e78f42875480693d3537b (diff) | |
download | cpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.zip cpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.tar.gz cpython-cd12f7cb5c67e84b07f8022c5f7874b2c08d5507.tar.bz2 |
merge 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ Core and Builtins - Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. Improve speed of dict literal with constant keys up to 30%. +Extension Modules +----------------- + +- Issue #29169: Update zlib to 1.2.10. + Library ------- |