[pytango] 383/483: Fix #660

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit f2eb88ae10891a70f8813f1a3b4ec0f5716d5745
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Wed May 14 13:37:37 2014 +0000

    Fix #660
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@25597 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 doc/revision.rst               | 2 ++
 src/boost/python/connection.py | 8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/revision.rst b/doc/revision.rst
index f01de14..94f3f57 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -99,6 +99,8 @@ Version history
 |          | - `649: write_attribute of spectrum/image fails in PyTango without numpy <https://sourceforge.net/p/tango-cs/bugs/649/>`_                                         |
 |          | - `650: [pytango] 8.1.1 not compatible with ipyton 1.2.0-rc1 <https://sourceforge.net/p/tango-cs/bugs/650/>`_                                                     |
 |          | - `651: PyTango segmentation fault when run a DS that use attr_data.py <https://sourceforge.net/p/tango-cs/bugs/651/>`_                                           |
+|          | - `660: command_inout_asynch (polling mode) fails <https://sourceforge.net/p/tango-cs/bugs/660/>`_                                                                |
+|          | - `666: PyTango shutdown sometimes blocks. <https://sourceforge.net/p/tango-cs/bugs/666/>`_                                                                       |
 +----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | 8.1.1    | Features:                                                                                                                                                         |
 |          | - Implemented tango C++ 8.1 API                                                                                                                                   |
diff --git a/src/boost/python/connection.py b/src/boost/python/connection.py
index a576e3f..5850b1c 100644
--- a/src/boost/python/connection.py
+++ b/src/boost/python/connection.py
@@ -130,7 +130,9 @@ def __Connection__command_inout_raw(self, cmd_name, cmd_param = None):
 
 def __Connection__command_inout_asynch(self, cmd_name, *args):
     """
-    command_inout_asynch(self, cmd_name, cmd_param=None, forget=False) -> id
+    command_inout_asynch(self, cmd_name) -> id
+    command_inout_asynch(self, cmd_name, cmd_param) -> id    
+    command_inout_asynch(self, cmd_name, cmd_param, forget) -> id
     
             Execute asynchronously (polling model) a command on a device
             
@@ -139,11 +141,11 @@ def __Connection__command_inout_asynch(self, cmd_name, *args):
                 - cmd_param : (any) It should be a value of the type expected by the
                               command or a DeviceData object with this value inserted.
                               It can be ommited if the command should not get any argument.
-                              If the command sould get no argument and you want
+                              If the command should get no argument and you want
                               to set the 'forget' param, use None for cmd_param.
                 - forget    : (bool) If this flag is set to true, this means that the client
                               does not care at all about the server answer and will even
-                              not try to get it. A false default value is provided. Please,
+                              not try to get it. Default value is False. Please,
                               note that device re-connection will not take place (in case
                               it is needed) if the fire and forget mode is used. Therefore,
                               an application using only fire and forget requests is not able

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list