Shawn Walker wrote: > > - line 4521: use "is" > > Do we have a rule for this yet? My first inclination was to use 'is' > but I thought I recalled being told to use '==' and so did not.
When comparing against None, "is" is preferable, as, I think, it would be for any singleton. I don't think it makes a huge difference, though. Danek _______________________________________________ pkg-discuss mailing list pkg-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/pkg-discuss