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 py.user
Recipients paul.j3, py.user
Date 2015-06-18.02:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434593816.72.0.829245175955.issue24419@psf.upfronthosting.co.za>
In-reply-to
Content
paul j3 wrote:
> What are you trying to accomplish in the examples with a 'dest'?

To append all that constants to one list.

From this:
Namespace(bar=[43], foo=[42])

To this:
Namespace(x=[43, 42])
History
Date User Action Args
2015-06-18 02:16:56py.usersetrecipients: + py.user, paul.j3
2015-06-18 02:16:56py.usersetmessageid: <1434593816.72.0.829245175955.issue24419@psf.upfronthosting.co.za>
2015-06-18 02:16:56py.userlinkissue24419 messages
2015-06-18 02:16:56py.usercreate