[Zope-dev] ZPatterns bug. Very serious.

mike mike@if-site.com
Thu, 22 Jun 2000 23:21:05 +0800


Well, it should be:

> ##################################################
> # Add this to see what I mean
> 
>             try :
>                 print "%s 'self'=%s" % (
>                     key,
>                     slot.values()[0].__dict__
>                     )
>             except :
>                 print "Nothing to print"
> #
> ###################################################