[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2020-11-11 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2020-11-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: I believe, yes -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2020-11-11 Thread Irit Katriel
Irit Katriel added the comment: Since the code looks so different from the patch now, shall we close this as out of date? -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2013-10-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2013-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also #19020. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2013-01-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For backward compatibility we must keep accepting arbitrary amount of arguments at least a one release (with warnings). -- nosy: +serhiy.storchaka ___ Python tracker

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2012-04-06 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2012-04-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2010-08-04 Thread Mark Lawrence
Mark Lawrence added the comment: msg89019 talks about changing the Canvas API, would this be acceptable? -- nosy: +BreamoreBoy stage: -> patch review type: -> behavior versions: +Python 3.2 ___ Python tracker ___

[issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure

2009-06-06 Thread Guilherme Polo
New submission from Guilherme Polo : Hi, While testing Tkinter.Canvas I've found several minor bugs that I would prefer to see fixed. Many of them change the current Canvas api a bit, but for better. For example, the methods "focus", "gettags", "icursor", "index", "insert", "move" (and some othe