commit | 49e49a218ca164b42e38421c97cc7fcddbb5df52 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Dec 02 21:09:30 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Fri Dec 02 21:22:53 2011 +0200 |
tree | b3841eca16f35e3a2f696a5573cde43dad1aa541 | |
parent | 2692be9d2082155741502606cbc11d6bd24ba912 [diff] [blame] |
Issue #13439: Fix many errors in turtle docstrings.
diff --git a/Misc/NEWS b/Misc/NEWS index f41263d..ef06960 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Library ------- +- Issue #13439: Fix many errors in turtle docstrings. + - Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.