diff options
author | Petri Lehtinen <petri@digip.org> | 2011-12-02 19:25:39 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-12-02 19:25:39 (GMT) |
commit | 564585001308857be1a416aa00518769cc4e978c (patch) | |
tree | f71e8ee1abf532478b9f7948a9f6d33cf7f3b1d0 /Misc | |
parent | c42512dfc6cff8cd9e8d5e673abdfd51a8ed4908 (diff) | |
parent | 9aa20affb6603a297f0327da7e990ba2e7e2daeb (diff) | |
download | cpython-564585001308857be1a416aa00518769cc4e978c.zip cpython-564585001308857be1a416aa00518769cc4e978c.tar.gz cpython-564585001308857be1a416aa00518769cc4e978c.tar.bz2 |
Issue #13439: Merge branch 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -399,6 +399,8 @@ Core and Builtins Library ------- +- Issue #13439: Fix many errors in turtle docstrings. + - Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm. Thanks to Per Øyvind Karlsen for the initial implementation. |