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 MLModel
Recipients MLModel, georg.brandl
Date 2009-05-07.18:24:41
SpamBayes Score 4.5107286e-06
Marked as misclassified No
Message-id <1241720682.74.0.7562818248.issue5957@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've figured out from the comments in the example later on in the
shelf documentation what the paragraph is supposed to mean. I still
think it should be stated clearly. The distinction to be made is that
modifications to the dictionary immediately change the file contents --
d[key] = data and del d[key] are, I think, the only actions that fall
under this category -- but getting a value from the shelf then modifying
that value does NOT affect the underlying dictionary. Ever. It's not a
matter of WHEN, but WHETHER. (when writeback is False)
History
Date User Action Args
2009-05-07 18:24:42MLModelsetrecipients: + MLModel, georg.brandl
2009-05-07 18:24:42MLModelsetmessageid: <1241720682.74.0.7562818248.issue5957@psf.upfronthosting.co.za>
2009-05-07 18:24:41MLModellinkissue5957 messages
2009-05-07 18:24:41MLModelcreate