commit | 4c4300de4e0f7d598da8769bbd7523748167249e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 10:05:30 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 10:05:30 2006 +0000 |
tree | 1c4e5fa2d0a8f86d97840f4c423aea0170c63c25 | |
parent | bd39c03c9faabcad9d6966c7e1a282e38823f456 [diff] [blame] |
Reimplement turtle.circle using a polyline, to allow correct filling of arcs. Also fixes #1514693.
diff --git a/Misc/NEWS b/Misc/NEWS index 63e4b75..764f7e0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Library ------- +- Reimplement turtle.circle using a polyline, to allow correct + filling of arcs. Also fixes #1514693. + - Bug #1514703: Only setup canvas window in turtle when the canvas is created.