Re: Remove uncide notation

2012-10-18 Thread Ashish Jain
On Thursday, 18 October 2012 15:10:33 UTC+5:30, Chris Rebert wrote: > On Thu, Oct 18, 2012 at 2:27 AM, Ashish Jain wrote: > > > Hi, > > > > > > I have a html string in an object, when I do repr() of that object, I get > > value as: > > > > &g

Remove uncide notation

2012-10-18 Thread Ashish Jain
Hi, I have a html string in an object, when I do repr() of that object, I get value as: {'Id' : 1, 'Body': u' Hello '} I don't wish to have 'u' as the character in my string representation. As this is not a valid json notation now. Thanks for your help -Ashish -- http://mail.python.org/mail