[Python-3000] 2to3 still broken with b3 on XP

Edward K. Ream edreamleo at gmail.com
Thu Sep 11 18:53:38 CEST 2008


On Thu, Sep 11, 2008 at 11:46 AM, Edward K. Ream <edreamleo at gmail.com> wrote:

> The actual contents of the file are:
>
> # -*- coding: utf-8 -*-
>
> s = 'abc'.replace(u'" "', '" "')

The chars got munged. The first string should have the following characters:

U+201C: left double quotation mark
U+201D: right double quotation mark

Edward

--------------------------------------------------------------------
Edward K. Ream email: edreamleo at gmail.com
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------


More information about the Python-3000 mailing list