Remove a bogus comment based on the code above.

This commit is contained in:
Neal Norwitz 2007-08-16 05:18:31 +00:00
parent cb44f26812
commit eb08df2931
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}