]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed bug #1081: file.seek allows float arguments
authorChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 18:04:45 +0000 (18:04 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 8 Nov 2007 18:04:45 +0000 (18:04 +0000)
commit8e42a0a0e0358c2004c33e0c7415ca48874df991
tree79d6df5b01ae1da021d2776d085186742dfd774a
parent8bd14fb398b1b89c82defdac6c5755c9ca86859b
Fixed bug #1081: file.seek allows float arguments
Lib/io.py
Lib/test/test_io.py
Modules/_fileio.c