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 serhiy.storchaka
Recipients berker.peksag, bethard, christian.heimes, paul.j3, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner, wolma, yan12125
Date 2017-05-04.05:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493876329.97.0.759251891667.issue30152@psf.upfronthosting.co.za>
In-reply-to
Content
Implemented Wolfgang Maier's idea. The copy module is now imported in argparse only when the default value for 'append' or 'append_const' is not a list (uncommon case).
History
Date User Action Args
2017-05-04 05:38:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, pitrou, bethard, vstinner, christian.heimes, berker.peksag, paul.j3, wolma, yan12125
2017-05-04 05:38:49serhiy.storchakasetmessageid: <1493876329.97.0.759251891667.issue30152@psf.upfronthosting.co.za>
2017-05-04 05:38:49serhiy.storchakalinkissue30152 messages
2017-05-04 05:38:49serhiy.storchakacreate