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 Magesh Kumar
Recipients Magesh Kumar, ezio.melotti, mrabarnett
Date 2016-02-15.19:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455563698.7.0.9514500632.issue26354@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the inputs, It would be of great help, if someone could help me in explaining the below output :
========================================================================
>>> a 
'ype="str">false</latency_statistics_enabled><name type="str">Default</name><aggregates type="list"><item type="dict"><aggregate type="list"><root><type type="str">MulticastClient</root><is'
>>> b = re.sub('\</?root\>', '', a, re.I)
>>> b
'ype="str">false</latency_statistics_enabled><name type="str">Default</name><aggregates type="list"><item type="dict"><aggregate type="list"><type type="str">MulticastClient<is'
========================================================================
History
Date User Action Args
2016-02-15 19:14:58Magesh Kumarsetrecipients: + Magesh Kumar, ezio.melotti, mrabarnett
2016-02-15 19:14:58Magesh Kumarsetmessageid: <1455563698.7.0.9514500632.issue26354@psf.upfronthosting.co.za>
2016-02-15 19:14:58Magesh Kumarlinkissue26354 messages
2016-02-15 19:14:58Magesh Kumarcreate