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 edreamleo
Recipients Edward.K..Ream, edreamleo, ezio.melotti, r.david.murray
Date 2013-04-26.14:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMF8tS3t6-tddVESTN--dh-hBMrCW827kUsGkyYDLGo0Z4aXcQ@mail.gmail.com>
In-reply-to <1366984271.02.0.732518969963.issue17850@psf.upfronthosting.co.za>
Content
On Fri, Apr 26, 2013 at 8:51 AM, Edward K. Ream <report@bugs.python.org>wrote:

>
> If this is not a bug, why does six define six.u as
> unicode(s,"unicode_escape") for *all* u constants??
>

Oops.  The following works::

    s = r'\\Upsilon'
    unicode(s,"unicode_escape")

My apologies for the noise.

Edward
History
Date User Action Args
2013-04-26 14:26:16edreamleosetrecipients: + edreamleo, ezio.melotti, r.david.murray, Edward.K..Ream
2013-04-26 14:26:16edreamleolinkissue17850 messages
2013-04-26 14:26:16edreamleocreate