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 ezio.melotti
Recipients ezio.melotti, flox, r.david.murray, terry.reedy
Date 2013-04-27.16:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367081364.14.0.405196691327.issue17825@psf.upfronthosting.co.za>
In-reply-to
Content
I tried a few different lines that result in a syntax error and the position of the '^' always seems ok to me, so I'm not sure there's any bug here:

    foo:bar
       ^
    from import *
              ^
    try:+
        ^
    try+
       ^
    1?
     ^
    1+*1
      ^
    1+-*1
       ^
    [}]
     ^
    foo)
       ^
History
Date User Action Args
2013-04-27 16:49:24ezio.melottisetrecipients: + ezio.melotti, terry.reedy, r.david.murray, flox
2013-04-27 16:49:24ezio.melottisetmessageid: <1367081364.14.0.405196691327.issue17825@psf.upfronthosting.co.za>
2013-04-27 16:49:24ezio.melottilinkissue17825 messages
2013-04-27 16:49:24ezio.melotticreate