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

api: del x[123] #41

Merged
merged 1 commit into from
May 4, 2016
Merged

Conversation

kaplun
Copy link
Member

@kaplun kaplun commented May 4, 2016

  • FIX Fixes implementation of del x[123] operator which was wrongly
    defined as del rathern than delitem.
    (Closes Cannot subclass? #40)

Signed-off-by: Samuele Kaplun [email protected]
Reported-by: Philippe Ombredanne [email protected]

@jirikuncar jirikuncar added this to the v2.2.2 milestone May 4, 2016
@jirikuncar
Copy link
Member

jirikuncar commented May 4, 2016

@kaplun LGTM

Commit message:

  • s/(Closes #40)/(closes #40)/
  • It would be nice to escape __del*__ in commit message so the RELEASE-NOTES.rst and CHANGES.rst are correctly rendered.

@kaplun
Copy link
Member Author

kaplun commented May 4, 2016

Did you mean like this?

@jirikuncar
Copy link
Member

@kaplun can you rebase too?

* FIX Fixes implementation of `del x[123]` operator which was wrongly
  defined as `__del__` rather than `__delitem__`.
  (closes inveniosoftware-contrib#40)

Signed-off-by: Samuele Kaplun <[email protected]>
Reported-by: Philippe Ombredanne <[email protected]>
@jirikuncar jirikuncar merged commit 8026211 into inveniosoftware-contrib:master May 4, 2016
@kaplun
Copy link
Member Author

kaplun commented Jun 21, 2016

Right! See: #45

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

Successfully merging this pull request may close these issues.

3 participants