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 lehmannro, pitrou, rhettinger
Date 2009-01-22.21:21:40
SpamBayes Score 5.0769145e-06
Marked as misclassified No
Message-id <1232659301.51.0.810654967218.issue5034@psf.upfronthosting.co.za>
In-reply-to
Content
"Return an iterator fixing *iterable*\ 's length to *length* by either
cutting elements off or adding *value* to the iterable."

Rather than mixing both, it would be more flexible to have a separate
function for each IMO.
Cutting off is already be handled by islice() (isn't it?), and padding
should be done with a function called e.g. pad() or rpad().
History
Date User Action Args
2009-01-22 21:21:41pitrousetrecipients: + pitrou, rhettinger, lehmannro
2009-01-22 21:21:41pitrousetmessageid: <1232659301.51.0.810654967218.issue5034@psf.upfronthosting.co.za>
2009-01-22 21:21:40pitroulinkissue5034 messages
2009-01-22 21:21:40pitroucreate