[issue941262] List with Canvas.create_line Option arrow=LAST Broke

2009-03-28 Thread Guilherme Polo
Guilherme Polo added the comment: Hi Brian (hope you are still there), the code in 31_8.tcl is not complete so I didn't bother looking into it. The tkdraw.py is not really correct, here is a cleaned up version that works: from Tkinter import Tk, Canvas, LAST, ROUND def StrokeBegin(event):

[issue941262] List with Canvas.create_line Option arrow=LAST Broke

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Not sure what the expected behavior is, or if the bug is in OP's code. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker