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 JBernardo, eric.araujo, maker, rhettinger, sbt, serhiy.storchaka, terry.reedy
Date 2012-10-03.20:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349296297.0.0.892112900938.issue13290@psf.upfronthosting.co.za>
In-reply-to
Content
I see a special warning in the documentation:

  Note: The returned dictionary should not be modified: the effects on the corresponding symbol table are undefined. [2]

  [2] In the current implementation, local variable bindings cannot normally be affected this way, but variables retrieved from other scopes (such as modules) can be. This may change.

Therefore it's okay that modifying the returned dict has no effect on the object.
History
Date User Action Args
2012-10-03 20:31:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, eric.araujo, maker, sbt, JBernardo
2012-10-03 20:31:37serhiy.storchakasetmessageid: <1349296297.0.0.892112900938.issue13290@psf.upfronthosting.co.za>
2012-10-03 20:31:36serhiy.storchakalinkissue13290 messages
2012-10-03 20:31:36serhiy.storchakacreate