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

Make __getitem__ handle slice for Python 3 #15

Merged
merged 1 commit into from
Jun 16, 2014

Conversation

msabramo
Copy link
Contributor

Python 3 doesn't have __getslice__ instead it uses __getitem__ with a
slice object.
msabramo added a commit that referenced this pull request Jun 16, 2014
Make __getitem__ handle slice for Python 3
@msabramo msabramo merged commit c1e644b into master Jun 16, 2014
@msabramo msabramo deleted the make_getitem_handle_slice_for_py3 branch June 16, 2014 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant