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 terry.reedy
Recipients cool-RR, larry, ncoghlan, terry.reedy, yselivanov
Date 2014-10-03.21:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412370977.22.0.885978811657.issue22547@psf.upfronthosting.co.za>
In-reply-to
Content
.arguments returns a mutable (ordered) dict that can be modified.  See the example in the doc
https://docs.python.org/3.4/library/inspect.html#inspect.BoundArguments
History
Date User Action Args
2014-10-03 21:16:17terry.reedysetrecipients: + terry.reedy, ncoghlan, larry, cool-RR, yselivanov
2014-10-03 21:16:17terry.reedysetmessageid: <1412370977.22.0.885978811657.issue22547@psf.upfronthosting.co.za>
2014-10-03 21:16:17terry.reedylinkissue22547 messages
2014-10-03 21:16:17terry.reedycreate