Commit eb08df29 authored by Neal Norwitz's avatar Neal Norwitz

Remove a bogus comment based on the code above.

parent cb44f268
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment