List problems in C code ported to Python
Paul McGuire
ptmcg at austin.rr._bogus_.com
Sun Jan 16 21:50:15 EST 2005
More information about the Python-list mailing list
Sun Jan 16 21:50:15 EST 2005
- Previous message (by thread): List problems in C code ported to Python
- Next message (by thread): List problems in C code ported to Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Michael Hoffman" <cam.ac.uk at mh391.invalid> wrote in message news:csf51g$cum$1 at gemini.csx.cam.ac.uk... > 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 Yeah, that's the one I meant... :) -- Paul
- Previous message (by thread): List problems in C code ported to Python
- Next message (by thread): List problems in C code ported to Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list