gpython
gpython copied to clipboard
'str' has no attribute 'find'" (and similar errors)
I'm importing the builtin package, but I often get errors like this.
What have I done wrong please?
AFAICT, you've done nothing wrong. having full Python compliance (even on builtin types), is still a WIP.
I've collect #188 that added str.find.
what are the other methods you'd need?