On Dec 10, 2011, at 9:24 PM, Scott M Ferguson wrote: > A little intro first, I'm a developer by day, > sql/plsql/java/perl/c/c++/... I've been looking for an opensource > project to get to know and contribute to and came across twisted a > week or so ago. It looks pretty interesting, years ago I spent time > writing networking/remote access code.
Glad to hear it, welcome :). > Anyway, I want to help and am starting to look through the 'easy' bugs > - Python is pretty new to me so I figure that's where I should be. I > took a look at http://twistedmatrix.com/trac/ticket/4966, which might > be out-of-date. I don't see __all__ in twisted.web.server.py. Am I > missing something there? Nope. __all__ should 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. But twisted/web/server.py is a super old module, one that predates most of the documentation Really the thing to do with that ticket is to put a @var declaration into the module docstring, though. That should be a pretty trivial patch, to help you get comfortable with the process and the tools :). Feel free to ask if you have any other questions about contributing, -glyph
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python