diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2015-03-02 20:29:58 (GMT) |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2015-03-02 20:29:58 (GMT) |
commit | 738f8050747ea616d0708ce0a74322ba47dd15e6 (patch) | |
tree | 4785c02db416a2d64f3b848d1c8fe1651735a0c7 /Misc | |
parent | 241520ad1038e20554f420e83c65694c5e3fa36a (diff) | |
download | cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.zip cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.tar.gz cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.tar.bz2 |
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Library argument which, if set to True, will pass messages to handlers taking handler levels into account. +- Issue #19705: turtledemo now has a visual sorting algorithm demo. Original + patch from Jason Yeo. + Build ----- |