R. David Murray <rdmur...@bitdance.com> added the comment:

Could you please clarify the inputs and outputs.  I can't tell from your 
description what exact byte string you are passing in from C++ or what exact 
string you are seeing on the Python side.  For example, if:

  '--net-label-name=\'("DC1","eth1")\''

is the python repr of a string, it is equivalent to the ASCII byte sequence:

  --net-label-name='("DC1","eth1")'

Most likely that is what you are passing in from C++, in which case everything 
seems to be to be working as expected.  So if that is not the case, please 
clarify.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to