summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-12-02 19:24:14 (GMT)
committerPetri Lehtinen <petri@digip.org>2011-12-02 19:24:14 (GMT)
commit9aa20affb6603a297f0327da7e990ba2e7e2daeb (patch)
treef7d7bd50fb49582897c06e02cc17f5eed1d8fa01 /Misc
parentc1f26f6fc1aef965e27e2937765eda0decda03c6 (diff)
downloadcpython-9aa20affb6603a297f0327da7e990ba2e7e2daeb.zip
cpython-9aa20affb6603a297f0327da7e990ba2e7e2daeb.tar.gz
cpython-9aa20affb6603a297f0327da7e990ba2e7e2daeb.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 2172853..b9700e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Core and Builtins
Library
-------
+- Issue #13439: Fix many errors in turtle docstrings.
+
- Issue #13487: Make inspect.getmodule robust against changes done to
sys.modules while it is iterating over it.