List problems in C code ported to Python

Michael Hoffman cam.ac.uk at mh391.invalid
Sun Jan 16 20:39:58 EST 2005


Michael Hoffman wrote:
> Paul McGuire wrote:
>> So "A" == 'a' is true in Python, not true in C.
> I think you meant:
> 
>  >>> "A" == "A"
> True

Er, "A" == 'A'
-- 
Michael Hoffman



More information about the Python-list mailing list