summaryrefslogtreecommitdiffstats
path: root/Lib/builtin.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-03-16 21:54:50 (GMT)
committerGuido van Rossum <guido@python.org>1999-03-16 21:54:50 (GMT)
commiteb354b31e5cd5bcd1aa1350799966b20778d9592 (patch)
treeff422d0087ffca330e4fc7a4c5091bbd6791eacd /Lib/builtin.py
parent8d2c0c2ab4e5f5d4c930c344e0cdc7b800f6c17a (diff)
downloadcpython-eb354b31e5cd5bcd1aa1350799966b20778d9592.zip
cpython-eb354b31e5cd5bcd1aa1350799966b20778d9592.tar.gz
cpython-eb354b31e5cd5bcd1aa1350799966b20778d9592.tar.bz2
Bug reported by Jim Robinson:
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.
Diffstat (limited to 'Lib/builtin.py')
0 files changed, 0 insertions, 0 deletions