Patches item #1514737, was opened at 2006-06-30 00:36 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1514737&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: Library (Lib) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Lingl (gregorlingl) Assigned to: Martin v. Löwis (loewis) Summary: proposal for a new circle method Initial Comment: The attached file contains the proposal for (1) a new circle method (here called circle2) (2) a new circle function (also called circle2) Moreover it contains a testscript showing the respective3 filling behaviour. Visually they behave differently and it may well be a point of discussion if this replacement schould be made. circle2 has correct filling behaviour and doesn't show the strange 'not drawing feature' after a radians() call. All the other problems with radians()/degrees() remain. (see #1514685) ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-06-30 18:44 Message: Logged In: YES user_id=21627 New methods are not acceptable for Python 2.5 at this point. Can you think of a reason why this should *not* become the circle method? I understand that this fixes a bug, right? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1514737&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
