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 serhiy.storchaka
Recipients Juozas.Masiulis, serhiy.storchaka
Date 2018-10-08.14:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539008722.65.0.545547206417.issue34933@psf.upfronthosting.co.za>
In-reply-to
Content
>>> print(json.dumps(a))
{"a": "//a[@asdf=\"asdf\"]"}

You seen the repr or the resulting string, not the resulting string itself.
History
Date User Action Args
2018-10-08 14:25:22serhiy.storchakasetrecipients: + serhiy.storchaka, Juozas.Masiulis
2018-10-08 14:25:22serhiy.storchakasetmessageid: <1539008722.65.0.545547206417.issue34933@psf.upfronthosting.co.za>
2018-10-08 14:25:22serhiy.storchakalinkissue34933 messages
2018-10-08 14:25:22serhiy.storchakacreate