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 amaury.forgeotdarc, bgailer, docs@python, eric.araujo, eric.snow, georg.brandl, nedbat, r.david.murray, techtonik, terry.reedy
Date 2013-03-31.05:03:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364706218.66.0.637300961982.issue17546@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Perhaps the last sentence could be "... because changes to the local dict propagating to the local namespace cannot be relied upon to either happen or not happen".  That would make it less redundant, since it would essentially be referencing the previous statement in the specific case of the consequences of modification.

The original included the caution against modifying it, and I think it is valid because of the inconsistent behavior.  Perhaps it could be weakened to "it is not a good idea to modify"?
History
Date User Action Args
2013-03-31 05:03:38r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, amaury.forgeotdarc, techtonik, nedbat, bgailer, eric.araujo, docs@python, eric.snow
2013-03-31 05:03:38r.david.murraysetmessageid: <1364706218.66.0.637300961982.issue17546@psf.upfronthosting.co.za>
2013-03-31 05:03:38r.david.murraylinkissue17546 messages
2013-03-31 05:03:38r.david.murraycreate