Issue222862

classification
Title: many shutil methods not implemented
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:40:03 by bckfnn, last changed 2000-11-18.23:15:11 by bckfnn.

Messages
msg175 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:40:03
Several of the shutil methods generate errors in the NT JPython implementation. 
For
instance...

1. copymode and copy both throw exceptions due to an unimplemented chmod 
   look-alike method
2. copystat and copy2 both throw exceptions due to a problem with utime 
msg176 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:15:11
Not a bug. It's true, but this is java, not all unix/win os function is available.
History
Date User Action Args
2000-11-18 19:40:03bckfnncreate