Skip to content

[CRASH] AttributeError: 'list' object has no attribute 'startswith' #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ikanobori opened this issue Jul 4, 2014 · 1 comment
Closed

Comments

@ikanobori
Copy link
Contributor

bpython terminates with a traceback upon entering the following code:

>>> def foo((a,b)):
...     return a,b
... 
>>> param = (1,2)
>>> foo(param)

The exception occurs on entering the first letter of "param" in foo's invocation.


@ikanobori
Copy link
Contributor Author

Duplicate of #133.


Original Comment By: Andreas Stührk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant