D
Dennis Lee Bieber
Skip Montanaro fed this fish to the penguins on Monday 20 October 2003
10:08 am:
{Continuing the previous response -- I don't know of any way to
retrieve for editing a message that has been "sent" from KNode; unlike
Agent's outbox}
I think my dislike for != is that Python /does/ have a NOT keyword,
unlike C, where the ! alone is "not".
So I guess that I'm saying I'd have preferred to see
x not == y
(though this is where folks complaining about == vs = get the advantage)
vs
x != y
Though I feel comfortable with
x <> y
(it's faster to type, among other things -- left-shift, rock the right
hand over the ., keys -- vs right-shift, 1, move from right-shift to =)
--
10:08 am:
Yes, but it's sort of like the Eskimos ("arctic native americans"?)
{Continuing the previous response -- I don't know of any way to
retrieve for editing a message that has been "sent" from KNode; unlike
Agent's outbox}
I think my dislike for != is that Python /does/ have a NOT keyword,
unlike C, where the ! alone is "not".
So I guess that I'm saying I'd have preferred to see
x not == y
(though this is where folks complaining about == vs = get the advantage)
vs
x != y
Though I feel comfortable with
x <> y
(it's faster to type, among other things -- left-shift, rock the right
hand over the ., keys -- vs right-shift, 1, move from right-shift to =)
--