Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!roy From: Roy Smith Newsgroups: comp.lang.python Subject: Re: context manager based alternative to Re: Proposal: === and !=== Date: Thu, 10 Jul 2014 21:17:28 -0400 Organization: PANIX Public Access Internet and UNIX, NYC Lines: 10 Message-ID: References: NNTP-Posting-Host: localhost X-Trace: reader1.panix.com 1405041449 23266 127.0.0.1 (11 Jul 2014 01:17:29 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Fri, 11 Jul 2014 01:17:29 +0000 (UTC) User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: csiph.com comp.lang.python:74335 In article , Cameron Simpson wrote: > Q: How many user support people does it take to change a light bulb? > A: We have an exact copy of the light bulb here and it seems to be > working fine. Can you tell me what kind of system you have? So, what are we talking about here? my_lightbulb == your_lightbulb, or my_lightbulb === your_lightbulb, or my_lightbulb is your_lightbulb? Or just sha1(my_lightbulb) == sha1(your_lightbulb)?