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 ddvoinikov
Recipients ddvoinikov
Date 2012-08-02.09:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343898397.75.0.0676657128653.issue15534@psf.upfronthosting.co.za>
In-reply-to
Content
For the following script
------------------------------------
import xmlrpc.client; from xmlrpc.client import escape
text = "...\u043c......<"
print(escape(text))
------------------------------------
Python 3.3.0b1 produces
...ь..&lt;...<
whereas Python 3.2
...ь......&lt;
History
Date User Action Args
2012-08-02 09:06:37ddvoinikovsetrecipients: + ddvoinikov
2012-08-02 09:06:37ddvoinikovsetmessageid: <1343898397.75.0.0676657128653.issue15534@psf.upfronthosting.co.za>
2012-08-02 09:06:36ddvoinikovlinkissue15534 messages
2012-08-02 09:06:36ddvoinikovcreate