This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, eng793, hynek, pitrou, stutzbach
Date 2012-09-04.15:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346772121.64.0.713562887123.issue15841@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-04 15:22:01pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, hynek, eng793
2012-09-04 15:22:01pitrousetmessageid: <1346772121.64.0.713562887123.issue15841@psf.upfronthosting.co.za>
2012-09-04 15:22:01pitroulinkissue15841 messages
2012-09-04 15:22:01pitroucreate