From eb08df2931d7630b04e796be64e977a21a0099b3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 16 Aug 2007 05:18:31 +0000 Subject: Remove a bogus comment based on the code above. --- Modules/_fileio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/_fileio.c b/Modules/_fileio.c index 2895b28..7757af9 100644 --- a/Modules/_fileio.c +++ b/Modules/_fileio.c @@ -338,8 +338,6 @@ fileio_seekable(PyFileIOObject *self) else self->seekable = 1; } - /* XXX(nnorwitz): should this return an int rather than a bool, - since seekable could be -1, 0, or 1? */ return PyBool_FromLong((long) self->seekable); } -- cgit v0.12