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 collinwinter
Recipients azverkan, collinwinter
Date 2008-04-19.21:48:48
SpamBayes Score 0.0157525
Marked as misclassified No
Message-id <1208641729.72.0.0569124152043.issue2660@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 running under Python 2.5.1 handles this file just fine. 2to3
running under 3.0a4+ (r62404) fails as detailed below. However, that
file doesn't run correctly under Python itself:

collinwinter@Silves:~/src/python/py3k$ ./python
/home/collinwinter/Desktop/2to3bug.py 
  File "/home/collinwinter/Desktop/2to3bug.py", line 3
    collinwinter@Silves:~/src/python/py3k

This suggests this problem isn't 2to3-specific. Refiling this issue
against py3k's Unicode support.
History
Date User Action Args
2008-04-19 21:48:49collinwintersetspambayes_score: 0.0157525 -> 0.0157525
recipients: + collinwinter, azverkan
2008-04-19 21:48:49collinwintersetspambayes_score: 0.0157525 -> 0.0157525
messageid: <1208641729.72.0.0569124152043.issue2660@psf.upfronthosting.co.za>
2008-04-19 21:48:49collinwinterlinkissue2660 messages
2008-04-19 21:48:48collinwintercreate