Re: [Python-Dev] deprecated methods on array objects

2009-08-28 Thread Brett Cannon
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.

[Python-Dev] deprecated methods on array objects

2009-08-27 Thread Jake McGuire
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