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 erijo
Recipients amaury.forgeotdarc, belopolsky, docs@python, eric.araujo, erijo, loewis, meador.inge, theller
Date 2012-03-07.15:34:01
SpamBayes Score 4.936564e-06
Marked as misclassified No
Message-id <1331134441.91.0.928537627917.issue14201@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see. I modified the title to reflect this.

Perhaps adding this simple example as well can help people (e.g. me) see it?

>>> libc.time == libc.time
True
>>> libc['time'] == libc['time']
False
History
Date User Action Args
2012-03-07 15:34:01erijosetrecipients: + erijo, loewis, theller, amaury.forgeotdarc, belopolsky, eric.araujo, meador.inge, docs@python
2012-03-07 15:34:01erijosetmessageid: <1331134441.91.0.928537627917.issue14201@psf.upfronthosting.co.za>
2012-03-07 15:34:01erijolinkissue14201 messages
2012-03-07 15:34:01erijocreate