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 terry.reedy
Recipients Terrel.Shumway, docs@python, r.david.murray, terry.reedy
Date 2013-06-28.21:27:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372454839.44.0.71323219604.issue18315@psf.upfronthosting.co.za>
In-reply-to
Content
David, with the addition, this line
    """class FileInput([files[, inplace[, backup[, bufsize[, mode[, openhook]]]]]])
ends at position 83 instead of 80. It should stay on one line. I could reduce that by removing blanks after ,s. Is it better to be a bit too long or a bit too compressed?
History
Date User Action Args
2013-06-28 21:27:19terry.reedysetrecipients: + terry.reedy, r.david.murray, docs@python, Terrel.Shumway
2013-06-28 21:27:19terry.reedysetmessageid: <1372454839.44.0.71323219604.issue18315@psf.upfronthosting.co.za>
2013-06-28 21:27:19terry.reedylinkissue18315 messages
2013-06-28 21:27:19terry.reedycreate