From: Petri Lehtinen 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=564585001308857be1a416aa00518769cc4e978c;p=thirdparty%2FPython%2Fcpython.git Issue #13439: Merge branch 3.2 --- 564585001308857be1a416aa00518769cc4e978c diff --cc Misc/NEWS index c6f46a8d0213,b9700e94cf8a..3f8e2591d3c6 --- 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.