Re: [Twisted-Python] Twisted-Python Digest, Vol 93, Issue 12

Hi all, 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. 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? Also, does the email verification on the website work? I've tried it a few times and haven't received an email, also nothing in my spam/trash related to it - sorry if this shouldn't go to the list. Thanks, Scott Ferguson On Sat, Dec 10, 2011 at 12:00 PM, <twisted-python-request@twistedmatrix.com> wrote:

Scratch that bit about verification emails not sending, turns out it works fine in firefox, not in chrome. Thanks, Scott On Sat, Dec 10, 2011 at 9:24 PM, Scott M Ferguson <smferguson@gmail.com> wrote:

On Dec 10, 2011, at 9:24 PM, Scott M Ferguson wrote:
Glad to hear it, welcome :).
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
participants (2)
-
Glyph
-
Scott M Ferguson