CVS commit: speechd/src/python/speechd client.py

cerha at brailcom.cesnet.cz cerha at brailcom.cesnet.cz
Mon Jul 10 15:44:59 CEST 2006


Update of /var/lib/cvs/speechd/src/python/speechd
In directory cesnet:/tmp/cvs-serv4680/src/python/speechd

Modified Files:
	client.py 
Log Message:
Don't import `string'.
(SSIPCommandError, SSIPDataError): Docstrings improved.
(_SSIP_Connection.NEWLINE): Renamed to `_NEWLINE'.
(_SSIP_Connection.END_OF_DATA_SINGLE): Renamed to
`_END_OF_DATA_MARKER'.
(_SSIP_Connection.END_OF_DATA_ESCAPED_SINGLE): Renamed to
`_END_OF_DATA_MARKER_ESCAPED'.
(_SSIP_Connection.END_OF_DATA_BEGIN)
(_SSIP_Connection.END_OF_DATA_ESCAPED_BEGIN): Constants removed.
(_SSIP_Connection.END_OF_DATA): Renamed to `_END_OF_DATA'.
(_SSIP_Connection.END_OF_DATA_ESCAPED): Renamed to
`_END_OF_DATA_ESCAPED'.
(_SSIP_Connection._readline): Docstring improved.  `self.NEWLINE'
-> `self._NEWLINE'.
(_SSIP_Connection.send_command): `self.NEWLINE' -> `self._NEWLINE'.
(_SSIP_Connection.send_data): Use new constant names.
(Client.__init__): Initialize the `_priority' attribute to None.
(Client._set_priority): Only set the priority if it is different
than the last priority stored in the `_priority' attribute.  Set
this attribute on change.
(Client.char): Replace the space by `space' as required by SSIP.



More information about the Speechd-cvs mailing list