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 serhiy.storchaka
Recipients benjamin.peterson, docs@python, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2014-06-24.11:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403610592.56.0.388497950887.issue21860@psf.upfronthosting.co.za>
In-reply-to
Content
Docstrings for seek() and truncate() methods of FileIO declare that they return None. Actually they return truncated size and new position respectively.
History
Date User Action Args
2014-06-24 11:49:52serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, docs@python, hynek
2014-06-24 11:49:52serhiy.storchakasetmessageid: <1403610592.56.0.388497950887.issue21860@psf.upfronthosting.co.za>
2014-06-24 11:49:52serhiy.storchakalinkissue21860 messages
2014-06-24 11:49:52serhiy.storchakacreate