List problems in C code ported to Python

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Sun Jan 16 20:03:56 EST 2005


Paul McGuire wrote:
> So "A" == 'a' is true in Python, not true in C. 

It's not true in Python either.
You probably meant to say:   "a" == 'a'
(lowercase a)

--Irmen



More information about the Python-list mailing list