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: IDLE help text refers to incorrect Python version
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, kjohnson, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2013-04-13 17:22 by kjohnson, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
deprecated_in_3.4.patch kjohnson, 2013-04-13 17:22 Patch to change 3.5 to 3.4 review
Messages (4)
msg186769 - (view) Author: Kent Johnson (kjohnson) * Date: 2013-04-13 17:22
The IDLE help text says, "Running without a subprocess: (DEPRECATED in Python 3.5 see Issue 16123)." According to the referenced issue, this feature is scheduled to be deprecated in *3.4* and *removed* in 3.5. The attached patch corrects the help text.
msg186771 - (view) Author: Kent Johnson (kjohnson) * Date: 2013-04-13 17:30
Note: this text does not appear in Doc/library/idle.rst so it does not have to be corrected there.
msg186805 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-13 19:29
New changeset eac4e23ce2fd by R David Murray in branch 'default':
#17719: fix incorrect version number in deprecation doc.
http://hg.python.org/cpython/rev/eac4e23ce2fd
msg186806 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-04-13 19:31
Thanks, Kent.  For the record, the issue for the deprecation is #16123, and the issue that introduced the incorrect line is #5066.
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61919
2013-04-13 19:31:33r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg186806

resolution: fixed
stage: patch review -> resolved
2013-04-13 19:29:45python-devsetnosy: + python-dev
messages: + msg186805
2013-04-13 17:30:22kjohnsonsetmessages: + msg186771
2013-04-13 17:26:55ezio.melottisetnosy: + asvetlov

stage: patch review
2013-04-13 17:22:57kjohnsoncreate