[issue15841] Some StringIO and BytesIO methods can succeed after close

Antoine Pitrou report at bugs.python.org
Tue Sep 4 17:22:01 CEST 2012


Antoine Pitrou added the comment:

A couple of nits about the docstrings:

+PyDoc_STRVAR(stringio_seekable_doc,
+"seekable() -> Bool. Returns True if IO object can be seeked.");

First, "bool" should be lowercase. Also, in seekable(), "IO object" should be "the IO object".
Otherwise, looks fine to me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15841>
_______________________________________


More information about the Python-bugs-list mailing list