[tor-commits] [bridgedb/master] Fix docstring for HTTPServer.GimpCaptchaProtectedResource.checkSolution().

isis at torproject.org isis at torproject.org
Fri May 16 18:52:53 UTC 2014


commit bd4603edfa0255c063de7c228df699a9fffb3d2c
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed May 14 20:06:02 2014 +0000

    Fix docstring for HTTPServer.GimpCaptchaProtectedResource.checkSolution().
    
    It looks like the docstring was aoriginally copied from
    HTTPServer.ReCaptchaProtectedResource.checkSolution(), as it says, "The
    client's IP address is not sent to the ReCaptcha server..." and never
    rewritten.
---
 lib/bridgedb/HTTPServer.py |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index 779e270..491e527 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -302,11 +302,7 @@ class GimpCaptchaProtectedResource(CaptchaProtectedResource):
         self.captchaDir = captchaDir
 
     def checkSolution(self, request):
-        """Process a solved CAPTCHA by sending rehashing the solution together with
-        the client's IP address, and checking that the result matches the challenge.
-
-        The client's IP address is not sent to the ReCaptcha server; instead,
-        a completely random IP is generated and sent instead.
+        """Process a solved CAPTCHA via :meth:`bridgedb.captcha.GimpCaptcha.check`.
 
         :type request: :api:`twisted.web.http.Request`
         :param request: A ``Request`` object, including POST arguments which





More information about the tor-commits mailing list