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 barry, georg.brandl, jnelson, r.david.murray
Date 2009-10-20.22:46:54
SpamBayes Score 0.00050754816
Marked as misclassified No
Message-id <1256078816.87.0.849123945052.issue7119@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about this further, it seems to me that it is in fact more
important that turning a message into a string produces the same result
no matter how many times it is called on the same (otherwise unmutated)
object than that it avoid mutating the object tree itself.  (This is
called idempotence and it is an important interface concept in certain
circumstances, and I think this is one of them).

The documentation should make the expectations clear, however.
History
Date User Action Args
2009-10-20 22:46:57r.david.murraysetrecipients: + r.david.murray, barry, jnelson, georg.brandl
2009-10-20 22:46:56r.david.murraysetmessageid: <1256078816.87.0.849123945052.issue7119@psf.upfronthosting.co.za>
2009-10-20 22:46:55r.david.murraylinkissue7119 messages
2009-10-20 22:46:54r.david.murraycreate