Staging
v0.5.1
https://github.com/python/cpython
Revision eb354b31e5cd5bcd1aa1350799966b20778d9592 authored by Guido van Rossum on 16 March 1999, 21:54:50 UTC, committed by Guido van Rossum on 16 March 1999, 21:54:50 UTC
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.
1 parent 8d2c0c2
History
Tip revision: eb354b31e5cd5bcd1aa1350799966b20778d9592 authored by Guido van Rossum on 16 March 1999, 21:54:50 UTC
Bug reported by Jim Robinson:
Tip revision: eb354b3
File Mode Size
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 1.4 KB
Makefile.in -rw-r--r-- 17.9 KB
README -rw-r--r-- 36.1 KB
acconfig.h -rw-r--r-- 3.7 KB
config.h.in -rw-r--r-- 11.8 KB
configure -rwxr-xr-x 129.3 KB
configure.in -rw-r--r-- 23.3 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top