Issue456993

classification
Title: PyFile truncate()
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, ryarger
Priority: normal Keywords: patch

Created on 2001-08-30.20:52:36 by ryarger, last changed 2001-11-28.19:21:52 by bckfnn.

Files
File name Uploaded Description Edit Remove
truncate.patch ryarger, 2001-09-04.13:54:54 Truncat Patch
Messages
msg2125 (view) Author: Randy Jay Yarger (ryarger) Date: 2001-08-30.20:52:36
Jython does not support truncate() (as does CPython)
even though some types of files (such as
RandomAccessFiles) have this ability in Java.

Attached is a patch to add truncate()
msg2126 (view) Author: Finn Bock (bckfnn) Date: 2001-09-04.06:02:40
Logged In: YES 
user_id=4201

No file is attached. You probably just forgot to check the 
field "Check to Upload & Attach File:".
msg2127 (view) Author: Randy Jay Yarger (ryarger) Date: 2001-09-04.13:54:53
Logged In: YES 
user_id=312218

Here's the attachment...
msg2128 (view) Author: Finn Bock (bckfnn) Date: 2001-11-28.19:21:52
Logged In: YES 
user_id=4201

Added to PyFile.java: 2.23
History
Date User Action Args
2001-08-30 20:52:36ryargercreate