summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-03 10:19:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-03 10:19:49 (GMT)
commit2b88f63a3c78755ff19d8e535fbe93a2f16a87d3 (patch)
tree7d11b6db43a5ff7d0a4757fe21709f0970b7fb18 /Misc/NEWS
parent4c4300de4e0f7d598da8769bbd7523748167249e (diff)
downloadcpython-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/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 764f7e0..a5faa9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.