Issue 20829: 3.4 cherry pick: c9861ec8754c Fix signatures for dict.delitem and property.delete (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65028

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:59 admin set github: 65028
2014-03-06 17:28:29 larry set status: open -> closedresolution: fixedmessages: +
2014-03-06 17:27:13 yselivanov set messages: +
2014-03-04 11:00:28 vstinner set nosy: + vstinnermessages: +
2014-03-02 17:29:35 yselivanov create