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 martin.panter
Recipients abarry, llllllllll, martin.panter, matrixise
Date 2015-12-02.01:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449019116.09.0.0802888191847.issue25770@psf.upfronthosting.co.za>
In-reply-to
Content
This is a bit odd. You can mutate the keyword arguments, but you are not allowed to change the positional arguments (“args” is readonly). If you want this to be part of the supported API, it should be documented, but it seems like bad design IMO.
History
Date User Action Args
2015-12-02 01:18:36martin.pantersetrecipients: + martin.panter, matrixise, llllllllll, abarry
2015-12-02 01:18:36martin.pantersetmessageid: <1449019116.09.0.0802888191847.issue25770@psf.upfronthosting.co.za>
2015-12-02 01:18:36martin.panterlinkissue25770 messages
2015-12-02 01:18:35martin.pantercreate