[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2020-02-10 Thread Guido van Rossum
Guido van Rossum added the comment: Sorry, those PRs were for issue39501. -- nosy: +gvanrossum ___ Python tracker ___ ___ Python-bug

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2020-02-10 Thread miss-islington
miss-islington added the comment: New changeset 3b888ad70aaed39df1985b38b4987feb5bee7981 by Miss Islington (bot) in branch '3.7': [3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439) https://github.com/python/cpython/commit/3b888ad70aaed39

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2020-02-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +17813 pull_request: https://github.com/python/cpython/pull/18440 ___ Python tracker ___ ___

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2020-02-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +17814 pull_request: https://github.com/python/cpython/pull/18439 ___ Python tracker ___ ___

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2020-02-10 Thread Carl Tyndall
Change by Carl Tyndall : -- pull_requests: +17809 pull_request: https://github.com/python/cpython/pull/18435 ___ Python tracker ___ _

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: My apologies then. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-24 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Done in r66614. Georg, according to http://python.org/dev/committers and r64063, Gregor does have commit access. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Gregor doesn't have commit rights. Patch looks OK, would you apply it please, Ben? -- assignee: -> benjamin.peterson nosy: +georg.brandl resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-23 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Go ahead and apply it. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-23 Thread Gregor Lingl
Changes by Gregor Lingl <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11580/huhn.gif ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-23 Thread Gregor Lingl
Changes by Gregor Lingl <[EMAIL PROTECTED]>: -- type: -> behavior versions: +Python 2.6 Added file: http://bugs.python.org/file11579/_drawimage_bug_fix_test.py ___ Python tracker <[EMAIL PROTECTED]>

[issue3950] turtle.py: bug in TurtleScreenBase._drawimage

2008-09-23 Thread Gregor Lingl
New submission from Gregor Lingl <[EMAIL PROTECTED]>: In the first line of TurtleScreenBase._drawimage() there are to scalefactors missing. This leads to the annoying fact, that the drawings and the movement of a turtle which has an image shape differ. This is shown in the short script _drawimag