cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jan 2013 22:50:34 +0100
changeset 8671 150bbb066167
parent 8670 f02139297beb
child 8672 e8afecc3b576
cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
server/repository.py
--- a/server/repository.py	Tue Jan 22 18:16:20 2013 +0100
+++ b/server/repository.py	Thu Jan 10 22:50:34 2013 +0100
@@ -748,9 +748,6 @@
     def connect(self, login, **kwargs):
         """open a connection for a given user
 
-        base_url may be needed to send mails
-        cnxtype indicate if this is a pyro connection or a in-memory connection
-
         raise `AuthenticationError` if the authentication failed
         raise `ConnectionError` if we can't open a connection
         """