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 akuchling
Recipients akuchling, docs@python, jstasiak, ncoghlan, pakal, pitrou, terry.reedy
Date 2016-11-06.20:28:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478464111.49.0.621045669787.issue8840@psf.upfronthosting.co.za>
In-reply-to
Content
"Why, this is a simple docstring change.  How difficult can it be?", I thought.

Ah ha ha ha.

Here's a patch against the 3.5 branch. It should also apply cleanly to 3.6 or 3.7, except for a little Argument Clinic noise. 

The patch changes 3 occurrences of the truncate() docstring in Lib/_pyio.py, and 1 each in Modules/_io/{bytesio.c,fileio.c,iobase.c,stringio.c}.  Whew!  Do we want to change all of these occurrences, or just the one specific case of StringIO?  It seemed to me that we want to change them all.
History
Date User Action Args
2016-11-06 20:28:31akuchlingsetrecipients: + akuchling, terry.reedy, ncoghlan, pitrou, pakal, docs@python, jstasiak
2016-11-06 20:28:31akuchlingsetmessageid: <1478464111.49.0.621045669787.issue8840@psf.upfronthosting.co.za>
2016-11-06 20:28:31akuchlinglinkissue8840 messages
2016-11-06 20:28:31akuchlingcreate