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: proposed patch for posixpath.py: getctime()
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, sebrosa
Priority: normal Keywords: patch

Created on 2003-04-12 12:42 by sebrosa, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
posixpath.py.ctime-patch sebrosa, 2003-04-12 12:42 posixpath.py.ctime-patch
Messages (2)
msg43328 - (view) Author: Jose' Manuel Sebrosa (sebrosa) Date: 2003-04-12 12:42
I am using python 2.1.3 from debian woody.

The module posixpath defines getatime() and getmtime()
functions, but it lacks a similar getctime().

Here is my proposed patch to add getctime() to posixpath.
msg43329 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2004-08-08 18:40
Logged In: YES 
user_id=149084

getctime() was added to posixpath.py at Rev 1.56 31Dec02 and
first appeared in 2.3.  Was not backported to 2.2.

Closing as out of date.
History
Date User Action Args
2022-04-10 16:08:07adminsetgithub: 38294
2003-04-12 12:42:49sebrosacreate