]> granicus.if.org Git - python/commit
Reimplement turtle.circle using a polyline, to allow correct
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Jul 2006 10:05:30 +0000 (10:05 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Jul 2006 10:05:30 +0000 (10:05 +0000)
commit4c4300de4e0f7d598da8769bbd7523748167249e
tree1c4e5fa2d0a8f86d97840f4c423aea0170c63c25
parentbd39c03c9faabcad9d6966c7e1a282e38823f456
Reimplement turtle.circle using a polyline, to allow correct
filling of arcs. Also fixes #1514693.
Lib/lib-tk/turtle.py
Misc/NEWS