Issue477793

classification
Title: os.utime() is missing.
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-11-03.15:46:49 by bckfnn, last changed 2001-11-03.16:01:03 by bckfnn.

Messages
msg452 (view) Author: Finn Bock (bckfnn) Date: 2001-11-03.15:46:49
We can at best to half a job in the utime() function. 
Pure Java2 only allow changing the modification time 
of a file, not the access time.

msg453 (view) Author: Finn Bock (bckfnn) Date: 2001-11-03.15:49:32
Logged In: YES 
user_id=4201

Added as test330.py.
msg454 (view) Author: Finn Bock (bckfnn) Date: 2001-11-03.16:01:03
Logged In: YES 
user_id=4201

Fix in javaos.py: 2.8;
History
Date User Action Args
2001-11-03 15:46:49bckfnncreate