Struct usages in Python

Casey McGinty casey.mcginty at gmail.com
Wed May 28 01:09:27 EDT 2008


>            self.event[] = Event()   *# Seems this is not allowed ?? *
>

self.event = [Event()]

- Casey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080527/2f923903/attachment-0001.html>


More information about the Python-list mailing list