repoapi.py
changeset 9404 3e3e9b37e177
parent 9125 9aaf8472bad0
child 9458 e2dfdd313dfe
--- a/repoapi.py	Mon Jan 13 13:56:16 2014 +0100
+++ b/repoapi.py	Mon Jan 13 15:56:52 2014 +0100
@@ -333,25 +333,25 @@
         # Connection object
         return self._cnx.repo.system_source.undo_transaction(self._cnx, txuuid)
 
-    @deprecated('[4.0] This is a repoapi.ClientConnection object not a dbapi one')
+    @deprecated('[3.19] This is a repoapi.ClientConnection object not a dbapi one')
     def request(self):
         return self
 
-    @deprecated('[4.0] This is a repoapi.ClientConnection object not a dbapi one')
+    @deprecated('[3.19] This is a repoapi.ClientConnection object not a dbapi one')
     def cursor(self):
         return self
 
     @ property
-    @deprecated('[4.0] This is a repoapi.ClientConnection object not a dbapi one')
+    @deprecated('[3.19] This is a repoapi.ClientConnection object not a dbapi one')
     def sessionid(self):
         return self._session.id
 
     @property
-    @deprecated('[4.0] This is a repoapi.ClientConnection object not a dbapi one')
+    @deprecated('[3.19] This is a repoapi.ClientConnection object not a dbapi one')
     def connection(self):
         return self
 
     @property
-    @deprecated('[4.0] This is a repoapi.ClientConnection object not a dbapi one')
+    @deprecated('[3.19] This is a repoapi.ClientConnection object not a dbapi one')
     def _repo(self):
         return self._session.repo