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 belopolsky
Recipients Arfrever, LambertDW, amaury.forgeotdarc, belopolsky, ezio.melotti, ocean-city, petri.lehtinen, python-dev, serhiy.storchaka, vstinner
Date 2014-09-30.23:24:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412119468.47.0.567761359783.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
The original problem is still present


Python 3.5.0a0 (default:5313b4c0bb6c, Sep 30 2014, 18:55:45)
>>> A_I_U_E_O$ = None
  File "<stdin>", line 1
    A_I_U_E_O$ = None
         ^
SyntaxError: invalid syntax

Replace A_I_U_E_O above with the Japanese script.  I get codec error from the server when I try to paste my session as is.

(Note that invalid character is $ above and not the Japanese AIUEO.)

Another outstanding issue is with zero-width characters.  See #10384.
History
Date User Action Args
2014-09-30 23:24:28belopolskysetrecipients: + belopolsky, amaury.forgeotdarc, vstinner, ocean-city, LambertDW, ezio.melotti, Arfrever, python-dev, petri.lehtinen, serhiy.storchaka
2014-09-30 23:24:28belopolskysetmessageid: <1412119468.47.0.567761359783.issue2382@psf.upfronthosting.co.za>
2014-09-30 23:24:28belopolskylinkissue2382 messages
2014-09-30 23:24:28belopolskycreate