On 8/20/07, Stefan van der Walt <[EMAIL PROTECTED]> wrote:
>
> This looks like a bug, since
>
> a[0][0] = 0
>
> works fine.  I'll take a closer look and make sure.
>

Thanks Stefan for offering to take a closer look. I have attached a
patch against the latest svn which fixes this problem.

Both this patched version and the current subversion source do not
throw an AttributeError exception if you do something like

a[0].non_existent_column = 10

That is a different  problem that probably should be fixed.

Cheers,
Sameer

Attachment: numpy_patch.svn.diff
Description: Binary data

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to