◐ Shell
clean mode source ↗

Message 223516 - Python tracker

Message223516

Author r.david.murray
Recipients Jim.Jewett, docs@python, r.david.murray, rhettinger, steven.daprano
Date 2014-07-20.15:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405870447.13.0.975356540008.issue22001@psf.upfronthosting.co.za>
In-reply-to
Content
"must be identical" sounds like "identical twins".  I think what you mean is "must be references to the same object or to objects that compare equal".  If you don't want to get into the concept of 'references' here, I suppose it could read "must be the same object or objects that compare equal".  What I'm saying is that "same object" is stronger than "identical"..."identical" is much closer to "equal" in English.
History
Date User Action Args
2014-07-20 15:34:07r.david.murraysetrecipients: + r.david.murray, rhettinger, steven.daprano, docs@python, Jim.Jewett
2014-07-20 15:34:07r.david.murraysetmessageid: <1405870447.13.0.975356540008.issue22001@psf.upfronthosting.co.za>
2014-07-20 15:34:07r.david.murraylinkissue22001 messages
2014-07-20 15:34:07r.david.murraycreate