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 ezio.melotti
Recipients docs@python, ezio.melotti, rhettinger, socketpair, terry.reedy
Date 2012-01-14.05:40:19
SpamBayes Score 0.011622443
Marked as misclassified No
Message-id <1326519622.35.0.498745272965.issue13769@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring says:
"""
    If ``ensure_ascii`` is false, then the return value will be a
    ``unicode`` instance subject to normal Python ``str`` to ``unicode``
    coercion rules instead of being escaped to an ASCII ``str``.
"""
History
Date User Action Args
2012-01-14 05:40:22ezio.melottisetrecipients: + ezio.melotti, rhettinger, terry.reedy, docs@python, socketpair
2012-01-14 05:40:22ezio.melottisetmessageid: <1326519622.35.0.498745272965.issue13769@psf.upfronthosting.co.za>
2012-01-14 05:40:19ezio.melottilinkissue13769 messages
2012-01-14 05:40:19ezio.melotticreate