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 paul.j3
Recipients paul.j3, the.mulhern
Date 2015-03-22.20:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427055672.79.0.749881135256.issue23378@psf.upfronthosting.co.za>
In-reply-to
Content
My opinion is that this is an unnecessary addition.

Reasons:

- it is easy to add as a custom action class

- I haven't seen other requests for it

- the append retains information about the argument strings that extend looses

- it is easy flatten the appended attribute, e.g with a simple loop or a flattener like 'list(itertools.chain(*ll))'
History
Date User Action Args
2015-03-22 20:21:12paul.j3setrecipients: + paul.j3, the.mulhern
2015-03-22 20:21:12paul.j3setmessageid: <1427055672.79.0.749881135256.issue23378@psf.upfronthosting.co.za>
2015-03-22 20:21:12paul.j3linkissue23378 messages
2015-03-22 20:21:12paul.j3create