[Biopython-dev] MutableSeq and array problem

Andrew Dalke dalke at acm.org
Sat Feb 3 17:56:18 EST 2001


Brad:
>!             self.data = array.array( ("c", data) )
>--- 60,66 ----
>!             self.data = array.array("c", data)

Sorry, that's my fault.  Instead of reading the documentation
I played around with the parameters until they worked.
Your change is correct.

                    Andrew





More information about the Biopython-dev mailing list