go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
879 stars 94 forks source link

'str' has no attribute 'find'" (and similar errors) #139

Closed alexec closed 8 months ago

alexec commented 3 years ago

I'm importing the builtin package, but I often get errors like this.

What have I done wrong please?

sbinet commented 3 years ago

AFAICT, you've done nothing wrong. having full Python compliance (even on builtin types), is still a WIP.

sbinet commented 2 years ago

I've collect #188 that added str.find. what are the other methods you'd need?

dankox commented 8 months ago

I know this is older issue and should be probably closed, but as it's still open, I would just drop by and say that join would be nice to have. I can open a new issue if necessary.

sbinet commented 8 months ago

yes, please open another issue.