conventions/requirements for 'is' vs '==', 'not vs '!=', etc

Rhamphoryncus rhamph at gmail.com
Tue May 20 14:37:42 EDT 2008


On May 20, 12:09 pm, "Terry Reedy" <tjre... at udel.edu> wrote:
> Intern() is gone in 3.0

But not gone far:

>>> import sys
>>> sys.intern
<built-in function intern>



More information about the Python-list mailing list