mirror of
https://github.com/python/cpython.git
synced 2025-11-12 15:09:14 +00:00
Remove a bogus comment based on the code above.
This commit is contained in:
parent
cb44f26812
commit
eb08df2931
1 changed files with 0 additions and 2 deletions
|
|
@ -338,8 +338,6 @@ fileio_seekable(PyFileIOObject *self)
|
||||||
else
|
else
|
||||||
self->seekable = 1;
|
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);
|
return PyBool_FromLong((long) self->seekable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue