On 2/5/06, Bengt Richter bokr@oz.net wrote:
On Sun, 05 Feb 2006 09:38:35 -0800, Josiah Carlson jcarlson@uci.edu wrote:
- If your Python code distinguishes between ints and longs, it has a
bug.
Are you just lecturing me personally (in which case off list would be more appropriate), or do you include the authors of the 17 files I count under <some prefix>/Lib that have isinstance(<something>, int) in them?
Josiah is correct, and those modules all have bugs.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)