diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Core and Builtins Library ------- +- Issue #1569291: Speed up array.repeat(). + - Provide an interface to set the optimization level of compilation in py_compile, compileall and zipfile.PyZipFile. |