Issue1462

classification
Title: Improvement needed for array.tofile()
Type: behaviour Severity: normal
Components: Any Versions: 2.5.1
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: jravon, zyasoft
Priority: Keywords:

Created on 2009-09-07.13:55:32 by jravon, last changed 2009-09-07.17:28:09 by zyasoft.

Messages
msg5110 (view) Author: Ravon (jravon) Date: 2009-09-07.13:55:32
a is an array.
a.tofile() should be accepted on a file opened in r+ mode.
We shoud not have to copy all of a file to update previous values in a 
file, especially binary files that could have some megabytes in size.
r+ is a mode in which writing is possible. We should have the ability 
to update their content fastly.
msg5112 (view) Author: Jim Baker (zyasoft) Date: 2009-09-07.17:28:09
Please request your issue to be re-opened if we didn't resolve it
properly, don't create a new one.

Dupe of #1457
History
Date User Action Args
2009-09-07 17:28:09zyasoftsetstatus: open -> closed
resolution: duplicate
messages: + msg5112
nosy: + zyasoft
2009-09-07 13:55:33jravoncreate