On Thu, Aug 27, 2009 at 14:15, Jake McGuire wrote:
> The python documentation says that the read() and write() methods on array
> objects have been deprecated since 1.5.1. I assume this is because their
> semantics are almost the exact opposite of read() and write() on a file-like
> object; array.
The python documentation says that the read() and write() methods on array
objects have been deprecated since 1.5.1. I assume this is because their
semantics are almost the exact opposite of read() and write() on a file-like
object; array.read() reads data from a file into the array and array.writ