diff options
author | Petri Lehtinen <petri@digip.org> | 2011-12-02 19:09:30 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-12-02 19:22:53 (GMT) |
commit | 49e49a218ca164b42e38421c97cc7fcddbb5df52 (patch) | |
tree | b3841eca16f35e3a2f696a5573cde43dad1aa541 /Misc | |
parent | 2692be9d2082155741502606cbc11d6bd24ba912 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |