Ezio Melotti added the comment:

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)
       ^

----------
nosy: +ezio.melotti
versions: +Python 3.4 -Python 2.7, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to