Issue 17719: IDLE help text refers to incorrect Python version (original ) (raw ) Issue17719
Created on 2013-04-13 17:22 by kjohnson , last changed 2022-04-11 14:57 by admin . This issue is now closed .
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)
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) *
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:44
admin
set
github: 61919
2013-04-13 19:31:33
r.david.murray
set
status: open -> closednosy: + r.david.murray messages: + resolution: fixedstage: patch review -> resolved
2013-04-13 19:29:45
python-dev
set
nosy: + python-dev messages: +
2013-04-13 17:30:22
kjohnson
set
messages: +
2013-04-13 17:26:55
ezio.melotti
set
nosy: + asvetlov stage: patch review
2013-04-13 17:22:57
kjohnson
create