]> granicus.if.org Git - python/commitdiff
Issue #13439: Merge branch 3.2
authorPetri Lehtinen <petri@digip.org>
Fri, 2 Dec 2011 19:25:39 +0000 (21:25 +0200)
committerPetri Lehtinen <petri@digip.org>
Fri, 2 Dec 2011 19:25:39 +0000 (21:25 +0200)
1  2 
Lib/turtle.py
Misc/NEWS

diff --cc Lib/turtle.py
Simple merge
diff --cc Misc/NEWS
index c6f46a8d0213ccefe556f2c93079c10aa0590898,b9700e94cf8ab1223fc7078e4a819a439ab9f306..3f8e2591d3c6f50e5b809f58390cb789c0e99baa
+++ 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.