Message5110

Author jravon
Recipients jravon
Date 2009-09-07.13:55:32
SpamBayes Score 0.013212803
Marked as misclassified No
Message-id <1252331733.03.0.631348402859.issue1462@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-07 13:55:33jravonsetrecipients: + jravon
2009-09-07 13:55:33jravonsetmessageid: <1252331733.03.0.631348402859.issue1462@psf.upfronthosting.co.za>
2009-09-07 13:55:32jravonlinkissue1462 messages
2009-09-07 13:55:32jravoncreate