Function name limit in Python ?

Linuxguy123 linuxguy123 at gmail.com
Sat Feb 14 09:45:08 EST 2009


Excuse my ignorance, but is there a limit to the size of function names
in Python ?

I named a function getSynclientVersion() and I got an error when I
called it.  I renamed the same function to getSCVersion() and it called
fine.

Why ?

Thanks




More information about the Python-list mailing list