Faster 'if char in string' test
Pierre-Frédéric Caillaud
peufeu at free.fr
Fri Jun 25 02:38:05 EDT 2004
More information about the Python-list mailing list
Fri Jun 25 02:38:05 EDT 2004
- Previous message (by thread): Faster 'if char in string' test
- Next message (by thread): Faster 'if char in string' test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> You know, as I was writing stuff like fn(**args.__dict__) yesterday > (which for me is pretty advanced!), it occurred to me that Python is > not 'simpler than C' In the case of variable number of args, C gives you neither the number of arguments, not their types, nor their names, so you have to send the number as a parameter or append a null at the end which... sucks !
- Previous message (by thread): Faster 'if char in string' test
- Next message (by thread): Faster 'if char in string' test
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list