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 loewis
Recipients Viscaynot, georg.brandl, loewis
Date 2007-09-04.09:23:43
SpamBayes Score 0.020220835
Marked as misclassified No
Message-id <1188897823.8.0.977038175798.issue1092@psf.upfronthosting.co.za>
In-reply-to
Content
The first issue (non-ASCII characters won't work in interactive mode)
was reported as issue 1100 also, and is now fixed in r57957.

As for the other issues, I'm not quite sure what to make out of them - I
see a different behavior:

py> "Äpfel".decode('latin-1).encode('utf-8')
  File "<stdin>", line 1
    "Äpfel".decode('latin-1).encode('utf-8')
                                        ^
SyntaxError: invalid syntax

This is not surprising - 'latin-1 is missig a closing quotation mark.

I'm not sure where the indentation comes from, it is not supposed to be
there, and I don't see it on my machine.

What operating system, Python version, and interactive mode (shell or
IDLE) are you using?

[unassigning myself - the certain bug has been fixed]
History
Date User Action Args
2007-09-04 09:23:44loewissetspambayes_score: 0.0202208 -> 0.020220835
recipients: + loewis, georg.brandl, Viscaynot
2007-09-04 09:23:43loewissetspambayes_score: 0.0202208 -> 0.0202208
messageid: <1188897823.8.0.977038175798.issue1092@psf.upfronthosting.co.za>
2007-09-04 09:23:43loewislinkissue1092 messages
2007-09-04 09:23:43loewiscreate