[Twisted-web] mailman with twisted

Andrea Arcangeli andrea at cpushare.com
Thu Feb 10 16:34:45 MST 2005


On Fri, Feb 11, 2005 at 01:10:38AM +0200, Tommi Virtanen wrote:
> Andrea Arcangeli wrote:
> >Index: Nevow/nevow/vhost.py
> >===================================================================
> >--- Nevow/nevow/vhost.py	(revision 1192)
> >+++ Nevow/nevow/vhost.py	(working copy)
> >@@ -19,7 +19,7 @@
> > """
> > 
> >     def getStyleSheet(self):
> >-        return self.stylesheet
> >+        return VirtualHostList.stylesheet
> >  
> >     def data_hostlist(self, context, data):
> >         return self.nvh.hosts.keys()
> 
> Why would you do that?

Current code generated an exception, don't ask me why, you're the python
experts, I know C better ;). The exception went away with this one
liner. I can try again and show you the exact exception if you think
current code is supposed to work. Or perhaps it was fixed with the right
fix meanwhile? I didn't get rejects on my patch though (so if it was
fixed probably it wasn't fixed in this same place).

> This part I just wrote independently and committed.
> ..and now this part, too. r1197

thanks! ;)



More information about the Twisted-web mailing list