homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients RMBianchi, r.david.murray
Date 2012年06月07日.19:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339098113.52.0.537144782653.issue15028@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012年06月07日 19:41:53r.david.murraysetrecipients: + r.david.murray, RMBianchi
2012年06月07日 19:41:53r.david.murraysetmessageid: <1339098113.52.0.537144782653.issue15028@psf.upfronthosting.co.za>
2012年06月07日 19:41:52r.david.murraylinkissue15028 messages
2012年06月07日 19:41:52r.david.murraycreate

AltStyle によって変換されたページ (->オリジナル) /