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 r.david.murray
Recipients TheBiggerGuy, docs@python, pitrou, r.david.murray
Date 2012-04-16.01:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334538426.22.0.3250724947.issue14586@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested doc change won't work, since that would imply that the size argument was required.  We'd have to use the old truncate([size]) notation.

Supporting it as a keyword argument is probably to be preferred, but someone will have to write the patch :)
History
Date User Action Args
2012-04-16 01:07:06r.david.murraysetrecipients: + r.david.murray, pitrou, docs@python, TheBiggerGuy
2012-04-16 01:07:06r.david.murraysetmessageid: <1334538426.22.0.3250724947.issue14586@psf.upfronthosting.co.za>
2012-04-16 01:07:05r.david.murraylinkissue14586 messages
2012-04-16 01:07:05r.david.murraycreate