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 BreamoreBoy, belopolsky, benjamin.peterson, ezio.melotti, terry.reedy, vstinner
Date 2014-09-30.23:00:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412118021.41.0.352791937923.issue10384@psf.upfronthosting.co.za>
In-reply-to
Content
The issue was not fixed.  With multiple invisible space characters I can get

Python 3.5.0a0 (default:5313b4c0bb6c, Sep 30 2014, 18:55:45)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.51)] on darwin
>>> invalid = None
  File "<stdin>", line 1
    invalid = None
                ^
SyntaxError: invalid character in identifier
History
Date User Action Args
2014-09-30 23:00:21belopolskysetrecipients: + belopolsky, terry.reedy, vstinner, benjamin.peterson, ezio.melotti, BreamoreBoy
2014-09-30 23:00:21belopolskysetmessageid: <1412118021.41.0.352791937923.issue10384@psf.upfronthosting.co.za>
2014-09-30 23:00:21belopolskylinkissue10384 messages
2014-09-30 23:00:21belopolskycreate