[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py Removed recently outdated XXX remark.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jan 11 10:05:22 EST 2011


Log message for revision 119500:
  Removed recently outdated XXX remark.

Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2011-01-11 14:30:15 UTC (rev 119499)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/PluggableAuthService.py	2011-01-11 15:05:22 UTC (rev 119500)
@@ -950,7 +950,7 @@
                 user = self.getUser( login )
                 break
 
-        # XXX What should we do if no useradder was succesfull?
+        # No useradder was successful.
         if user is None:
             return
 



More information about the checkins mailing list