Demian Brecht added the comment:

I'm on OSX 10.10.2. Simply copy/pasting the line into both terminal and iterm 
yields

>>> [“Test”][‘Test’]
  File "<stdin>", line 1
    [“Test”][‘Test’]
          ^
SyntaxError: invalid character in identifier
>>> [“Test”][‘Test’]
  File "<stdin>", line 1
    [“Test”][‘Test’]
              ^
SyntaxError: invalid character in identifier

Are the smart quotes disappearing when the clipboard buffer is being copied 
into the terminal shell or when you hit enter? If it's on copy, what happens 
when you hit enter?

----------
nosy: +demian.brecht

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

Reply via email to