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 r.david.murray
Recipients SilentGhost, matrixise, r.david.murray
Date 2016-08-10.18:53:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470855223.32.0.177208503656.issue27728@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's a problem in general because if the called routine modifies the default dict...the default is modified.  I'm guessing it is never modified, but it is indeed better future proofing of the code to not use a mutable default in a routine that passes the variable to other functions, as this one does.
History
Date User Action Args
2016-08-10 18:53:43r.david.murraysetrecipients: + r.david.murray, SilentGhost, matrixise
2016-08-10 18:53:43r.david.murraysetmessageid: <1470855223.32.0.177208503656.issue27728@psf.upfronthosting.co.za>
2016-08-10 18:53:43r.david.murraylinkissue27728 messages
2016-08-10 18:53:43r.david.murraycreate