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: posixpath missing getctime
Type: Stage:
Components: Extension Modules Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2002-12-27 09:18 by doko, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
xxx doko, 2002-12-27 11:59
Messages (3)
msg42128 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-12-27 09:18
[from http://bugs.debian.org/173827]

there are getatime and getmtime, but no getctime. [both
2.2 and 2.3]

msg42129 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-27 10:22
Logged In: YES 
user_id=21627

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )
msg42130 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-31 13:12
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

libposixpath.tex 1.31
macpath.py 1.42
ntpath.py 1.53
os2emxpath.py 1.8
posixpath.py 1.56
NEWS 1.582
History
Date User Action Args
2022-04-10 16:06:03adminsetgithub: 37654
2002-12-27 09:18:58dokocreate