[Zope] Tar Ball with all Zope-Howtos

2000-11-08 Thread Manuel Gutierrez Algaba

Is there such a best ?

I email zope admin and he kindly pointed me to a site where
I could download a .pdf with all Howtos.

Is there the _real_ .tar.gz ?

Thanks zope admin and thank you guys. 

BTW, what means things like " _.method()"
In pure python the "_" has not special sense, what object is "_" ?

-- 
Regards/Saludos
Manolo
www.ctv.es/USERS/irmina/TeEncontreX.html   /texpython.htm
/pyttex.htm /cruo/cruolinux.htm ICQ:77697936 (sirve el ICQ para algo?)

 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Tar Ball with all Zope-Howtos

2000-11-08 Thread Morten W. Petersen

[Manuel Gutierrez Algaba]


| BTW, what means things like " _.method()"

It's a way to access 'restricted functionality'.  See the documentation
for more information..

| In pure python the "_" has not special sense, what object is "_" ?

Actually, the "_" has a special meaning in interactive python (useful
if you fancy the interpreter as a calculator!):

"""
Python 1.5.2 (#2, Aug 23 2000, 22:10:15)  [GCC egcs-2.91.66 19990314/Linux (egcs- on 
linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
 123*123
15129
 _
15129
 _ * _
228886641

"""

HTH.

-Morten

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )