diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-29 05:10:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 05:10:05 (GMT) |
commit | 891a1f86d415779cf67ca23e626a868e586feb05 (patch) | |
tree | a852ba9e57d42f72ff2a9b79ef805b993b9dfebb /Misc | |
parent | d904c238ca3551750cb97d15d827c3e525970867 (diff) | |
download | cpython-891a1f86d415779cf67ca23e626a868e586feb05.zip cpython-891a1f86d415779cf67ca23e626a868e586feb05.tar.gz cpython-891a1f86d415779cf67ca23e626a868e586feb05.tar.bz2 |
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
The 'wikipedia' example is now 'rosette', describing what it draws.
The 'penrose' print output is reduced. The 'tree' '1024'
output is eliminated.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-29-00-31-36.bpo-14117.3nvDuR.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-29-00-31-36.bpo-14117.3nvDuR.rst b/Misc/NEWS.d/next/Library/2018-06-29-00-31-36.bpo-14117.3nvDuR.rst new file mode 100644 index 0000000..eee55f2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-29-00-31-36.bpo-14117.3nvDuR.rst @@ -0,0 +1,3 @@ +Make minor tweaks to turtledemo. The 'wikipedia' example is now 'rosette', +decribing what it draws. The 'penrose' print output is reduced. The'1024' +output of 'tree' is eliminated. |