[ python-Bugs-1514693 ] circle doesn't work correctly after radians()

SourceForge.net noreply at sourceforge.net
Thu Jun 29 23:39:27 CEST 2006


Bugs item #1514693, was opened at 2006-06-29 21:38
Message generated for change (Settings changed) made by gregorlingl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1514693&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.5
Status: Open
Resolution: None
>Priority: 7
Submitted By: Lingl (gregorlingl)
>Assigned to: Martin v. Löwis (loewis)
Summary: circle doesn't work correctly after radians()

Initial Comment:
>>> from turtle import *
>>> radians()
>>> circle(100,pi/2)  # turtle doesn't draw
>>> degrees()
>>> circle(100,90) # turtle draws again, but goes
                   # in the wrong direction

You must see it.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1514693&group_id=5470


More information about the Python-bugs-list mailing list