• Guido van Rossum's avatar
    Bug reported by Jim Robinson: · eb354b31
    Guido van Rossum yazdı
    An attempt to execute grid_slaves with arguments (0,0) results in
    *all* of the slaves being returned, not just the slave associated with
    row 0, column 0.  This is because the test for arguments in the method
    does not test to see if row (and column) does not equal None, but
    rather just whether is evaluates to non-false.  A value of 0 fails
    this test.
    eb354b31
Adı
Son kayıt (commit)
Son güncelleme
..
Canvas.py Loading commit data...
Dialog.py Loading commit data...
FileDialog.py Loading commit data...
FixTk.py Loading commit data...
ScrolledText.py Loading commit data...
SimpleDialog.py Loading commit data...
Tkconstants.py Loading commit data...
Tkdnd.py Loading commit data...
Tkinter.py Loading commit data...
tkColorChooser.py Loading commit data...
tkCommonDialog.py Loading commit data...
tkFileDialog.py Loading commit data...
tkFont.py Loading commit data...
tkMessageBox.py Loading commit data...
tkSimpleDialog.py Loading commit data...
turtle.py Loading commit data...