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: stat.py constant comments + docstrings
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: giampaolo.rodola Nosy List: giampaolo.rodola, python-dev, terry.reedy
Priority: normal Keywords: easy

Created on 2012-05-13 23:53 by giampaolo.rodola, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
stat-comments.patch giampaolo.rodola, 2012-05-13 23:53 review
Messages (2)
msg160584 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2012-05-13 23:53
As per:
http://mail.python.org/pipermail/python-ideas/2012-May/015112.html
msg160619 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-05-14 12:55
New changeset 2a695cbdf090 by Giampaolo Rodola' in branch 'default':
Issue 14800: add comments explaining stat.py constants + docstring for S_* functions.
http://hg.python.org/cpython/rev/2a695cbdf090
History
Date User Action Args
2022-04-11 14:57:30adminsetgithub: 59005
2012-05-15 13:34:27giampaolo.rodolasetkeywords: + easy, - patch
assignee: giampaolo.rodola
type: enhancement
status: open -> closed
stage: resolved
2012-05-14 12:55:22python-devsetnosy: + python-dev
messages: + msg160619
2012-05-13 23:53:44giampaolo.rodolacreate