[Twisted-Python] misc nits on glyph's big commit

twisted.passport.challenge.__doc__ says:
This is a method rather than a module-level function because it is anticipated that we will want to change this to store salted passwords.
but the update moved challenge so it *is* a module-level function. Should that docstring not have been cutnpasted and still be on passport.Identity.challenge, or did the reasoning change in which case the docstring needs updating? ----------
Update of /cvs/Twisted/doc/examples
Now pbsimple.py has the class named "Echoer" and pbecho.py has the class named "SimpleService". Is supposed to be that way? Seems backwards. ----------
Each callback will have its result passed as the first argument to the next; this way, the callbacks act as a 'processing chain'. If this deferred has not been armed yet, nothing will happen. """ self.called = isError + 1 if self.armed: for item in self.callbacks: callback, args, kw = item[isError] args = args or ()
-- Kevin Turner <acapnotic@twistedmatrix.com> | OpenPGP encryption welcome The moon is waning gibbous, 73.4% illuminated, 19.9 days old.
participants (1)
-
Kevin Turner