Skip to content
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

Implement __add__, __iadd__ custom methods on slist/sdict #2

Closed
asuiu opened this issue May 11, 2017 · 1 comment
Closed

Implement __add__, __iadd__ custom methods on slist/sdict #2

asuiu opened this issue May 11, 2017 · 1 comment
Assignees

Comments

@asuiu
Copy link
Owner

asuiu commented May 11, 2017

Why:
slist()+slist() retuns a list() object

@asuiu asuiu self-assigned this May 11, 2017
@asuiu
Copy link
Owner Author

asuiu commented May 11, 2018

Fixed in aeb5fe1.
Implemented also __iadd__ methods, so slist() += Iterable also functions now.

Closing as fixed.

@asuiu asuiu closed this as completed May 11, 2018
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