This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 3.4 cherry pick: c9861ec8754c Fix signatures for dict.__delitem__ and property.__delete__
Type: Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: larry, vstinner, yselivanov
Priority: release blocker Keywords: 3.4regression

Created on 2014-03-02 17:29 by yselivanov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg212565 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-03-02 17:29
http://hg.python.org/cpython/rev/c9861ec8754c
changeset:   89461:c9861ec8754c
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Sun Mar 02 12:25:27 2014 -0500
summary:
  Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
msg212713 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-04 11:00
It is a regression of Python 3.4 compared to 3.3. The change only modifies docstrings and so looks safe. IMO it should go into Python 3.4.0.
msg212819 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-03-06 17:27
Larry, so do you think we can have this one cherry-picked?
msg212821 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-03-06 17:28
ok.
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65028
2014-03-06 17:28:29larrysetstatus: open -> closed
resolution: fixed
messages: + msg212821
2014-03-06 17:27:13yselivanovsetmessages: + msg212819
2014-03-04 11:00:28vstinnersetnosy: + vstinner
messages: + msg212713
2014-03-02 17:29:35yselivanovcreate