From: Petri Lehtinen <petri@digip.org> Date: Fri, 2 Dec 2011 19:25:39 +0000 (+0200) Subject: Issue #13439: Merge branch 3.2 X-Git-Tag: v3.3.0a1~696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=564585001308857be1a416aa00518769cc4e978c;p=python Issue #13439: Merge branch 3.2 --- 564585001308857be1a416aa00518769cc4e978c diff --cc Misc/NEWS index c6f46a8d02,b9700e94cf..3f8e2591d3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -399,9 -87,8 +399,11 @@@ Core and Builtin 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. + - Issue #13487: Make inspect.getmodule robust against changes done to sys.modules while it is iterating over it.