diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-03 10:19:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-03 10:19:49 (GMT) |
commit | 2b88f63a3c78755ff19d8e535fbe93a2f16a87d3 (patch) | |
tree | 7d11b6db43a5ff7d0a4757fe21709f0970b7fb18 /Misc/NEWS | |
parent | 4c4300de4e0f7d598da8769bbd7523748167249e (diff) | |
download | cpython-2b88f63a3c78755ff19d8e535fbe93a2f16a87d3.zip cpython-2b88f63a3c78755ff19d8e535fbe93a2f16a87d3.tar.gz cpython-2b88f63a3c78755ff19d8e535fbe93a2f16a87d3.tar.bz2 |
Bug #1514693: Update turtle's heading when switching between
degrees and radians.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -19,8 +19,11 @@ Core and builtins Library ------- +- Bug #1514693: Update turtle's heading when switching between + degrees and radians. + - Reimplement turtle.circle using a polyline, to allow correct - filling of arcs. Also fixes #1514693. + filling of arcs. - Bug #1514703: Only setup canvas window in turtle when the canvas is created. |