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: Remove old XXX comment in stat.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jerry.seutter
Priority: normal Keywords: patch

Created on 2008-03-18 06:40 by jerry.seutter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
stat_remove_stale_comment.patch jerry.seutter, 2008-03-18 06:40 Patch to remove XXX comment from stat.py
Messages (2)
msg63900 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2008-03-18 06:40
The comment about constants has been unmodified since 1994 (14 years)
and we have yet to support a system that has non-standard constants for
stat().  It can safely be removed.

This patch contains changes to comments only.
msg64159 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-20 07:26
Applied in r61667.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46636
2008-03-20 07:26:07georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg64159
nosy: + georg.brandl
2008-03-18 06:40:21jerry.seuttercreate