Issue456993
Created on 2001-08-30.20:52:36 by ryarger, last changed 2001-11-28.19:21:52 by bckfnn.
File name |
Uploaded |
Description |
Edit |
Remove |
truncate.patch
|
ryarger,
2001-09-04.13:54:54
|
Truncat Patch |
|
|
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
|
|
Date |
User |
Action |
Args |
2001-08-30 20:52:36 | ryarger | create | |
|