Twisted Web in 60 Seconds is missing isLeaf = True in many places

[email protected] Wed, 03 Mar 2010 00:13:29 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from ivank <[email protected]>:

I'm pretty sure every `Resource` with no children should have an `isLeaf = True` in the class scope. Many of the examples don't work as-is. I believe there's at least one `isLeaf` missing in:

{{{
asynchronous-deferred.xhtml
asynchronous.xhtml
custom-codes.xhtml
dynamic-dispatch.xhtml
error-handling.xhtml
handling-posts.xhtml
interrupted.xhtml
logging-errors.xhtml
session-basics.xhtml
session-endings.xhtml
session-store.xhtml
}}}

----------
Type     : defect
Component: web
Keywords : easy documentation
Priority : normal
Nosy     : exarkun
----------
http://twistedmatrix.com/trac/ticket/4341