In article <e08mr1$7lu$1 at news.lysator.liu.se>, Joel Hedlund <joel.hedlund at gmail.com> wrote: > Which means that "is" comparisons in general will be faster than == > comparisons. I thought that == automatically compared identify before trying to compare the values. Or am I thinking of some special case, like strings?