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: PyOS_GetLastModificationTime is unused
Type: resource usage Stage:
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: eckhardt, loewis
Priority: normal Keywords: patch

Created on 2009-01-03 11:09 by eckhardt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.7-eradicate-getmtime.0.patch eckhardt, 2009-01-03 11:09 patch
Messages (2)
msg78945 - (view) Author: Ulrich Eckhardt (eckhardt) Date: 2009-01-03 11:09
This is just to record that the above function is wrongly documented,
inconsistently implemented, but fortunately unused, so it can be removed.

In addition to the patch attached, there are two files that can be removed:
Python/getmtime.c
RISCOS/Python/getmtime_riscos.c
msg78980 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-01-03 17:23
Thanks for the patch. Committed as r68203 and r68204.
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49067
2009-01-03 17:23:09loewissetstatus: open -> closed
resolution: accepted
messages: + msg78980
nosy: + loewis
2009-01-03 11:09:45eckhardtcreate