<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 10, 2011, at 9:24 PM, Scott M Ferguson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Menlo; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">A little intro first, I'm a developer by day,<br>sql/plsql/java/perl/c/c++/... I've been looking for an opensource<br>project to get to know and contribute to and came across twisted a<br>week or so ago. It looks pretty interesting, years ago I spent time<br>writing networking/remote access code.<br></span></span></blockquote><div><br></div><div>Glad to hear it, welcome :).</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Menlo; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">Anyway, I want to help and am starting to look through the 'easy' bugs<br>- Python is pretty new to me so I figure that's where I should be. I<br>took a look at<span class="Apple-converted-space">&nbsp;</span><a href="http://twistedmatrix.com/trac/ticket/4966">http://twistedmatrix.com/trac/ticket/4966</a>, which might<br>be out-of-date. I don't see __all__ in twisted.web.server.py. Am I<br>missing something there?<br></span></span></blockquote><div><br></div><div>Nope. &nbsp;__all__ <i>should</i>&nbsp;typically be defined on public modules, just as a hint for documentation and tools, so that's why the ticket sort of refers to it as if it's there. &nbsp;But twisted/web/server.py is a super old module, one that predates most of the documentation&nbsp;</div><div><br></div><div>Really the thing to do with that ticket is to put a @var declaration into the module docstring, though. &nbsp;That should be a pretty trivial patch, to help you get comfortable with the process and the tools :).</div><div><br></div><div>Feel free to ask if you have any other questions about contributing,</div><div><br></div><div>-glyph</div><div><br></div></div></body></html>