Issue 20091: An index entry for main in "30.5 runpy" is missing (original) (raw)

Issue20091

Created on 2013-12-28 15:17 by MLModel, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
20091.patch orsenthil,2014-06-20 08:27 review
Messages (4)
msg207030 - (view) Author: Mitchell Model (MLModel) Date: 2013-12-28 15:17
An index entry should be added for __main__ as it appears in the documentation of runpy (30.5 in 3.3, 31.5 in 3.4).
msg221074 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2014-06-20 08:27
Attached patch adds the index entry.
msg221075 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-20 08:38
New changeset d641c096b1f5 by Senthil Kumaran in branch '2.7': issue 20091 - index entry for __main__ in runpy docs. http://hg.python.org/cpython/rev/d641c096b1f5 New changeset 1727dcfff233 by Senthil Kumaran in branch '3.4': issue 20091 - index entry for __main__ in runpy docs. http://hg.python.org/cpython/rev/1727dcfff233 New changeset fd9f7bdd7472 by Senthil Kumaran in branch 'default': merge from 3.4 http://hg.python.org/cpython/rev/fd9f7bdd7472
msg221076 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2014-06-20 08:39
Fixed in all active branches.
History
Date User Action Args
2022-04-11 14:57:56 admin set github: 64290
2014-06-20 08:39:28 orsenthil set status: open -> closedversions: + Python 2.7messages: + resolution: fixedstage: needs patch -> resolved
2014-06-20 08:38:45 python-dev set nosy: + python-devmessages: +
2014-06-20 08:27:09 orsenthil set files: + 20091.patchnosy: + orsenthilmessages: + keywords: + patch
2014-06-19 22:35:47 ezio.melotti set keywords: + easystage: needs patchtype: enhancementversions: + Python 3.5, - Python 3.3
2014-03-13 09:26:35 eric.araujo set nosy: + ncoghlan, eric.araujo
2014-02-15 15:20:52 ezio.melotti set nosy: + ezio.melotti
2013-12-28 15:45:29 serhiy.storchaka set title: An index entery for __main__ in "30.5 runpy" is missing -> An index entry for __main__ in "30.5 runpy" is missing
2013-12-28 15:17:22 MLModel create