summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-12-02 19:09:30 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-12-02 19:22:53 (GMT)
commit49e49a218ca164b42e38421c97cc7fcddbb5df52 (patch)
treeb3841eca16f35e3a2f696a5573cde43dad1aa541 /Misc
parent2692be9d2082155741502606cbc11d6bd24ba912 (diff)
downloadcpython-49e49a218ca164b42e38421c97cc7fcddbb5df52.zip
cpython-49e49a218ca164b42e38421c97cc7fcddbb5df52.tar.gz
cpython-49e49a218ca164b42e38421c97cc7fcddbb5df52.tar.bz2
Issue #13439: Fix many errors in turtle docstrings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f41263d..ef06960 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Core and Builtins
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.