mirror of https://github.com/python/cpython
Remove a bogus comment based on the code above.
This commit is contained in:
parent
cb44f26812
commit
eb08df2931
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue