[Zope-dev] A book about Zope Component Architecture
Nando Quintana
fquintana at codesyntax.com
Wed Nov 14 06:06:36 EST 2007
Hi Baiju
> I started writing a book about Zope Component Architecture.
Great news! Thank you for this effort!
> If you have any suggestions/comments please send it to me.
We've taken a quick look at it and We've seen something strange on page
21:
... def register(self):
... next_id = get_next_id()
... guests_db[next_id] = {
... ’name’: guest.name,
... ’place’: guest.place,
... ’phone’: guest.phone
... }
Here you should write "self.guest.name" instead of "guest.name",
shouldn't you? or am I missing shometing?
Bye,
Nando.
--
http://www.nandoquintana.com/contact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
digitalmente
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20071114/c8288cd5/attachment.bin
More information about the Zope-Dev
mailing list