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 demian.brecht
Recipients Jeff Doak, demian.brecht, ned.deily, r.david.murray, ronaldoussoren
Date 2015-03-06.23:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425683996.64.0.561407132965.issue23599@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-03-06 23:19:56demian.brechtsetrecipients: + demian.brecht, ronaldoussoren, ned.deily, r.david.murray, Jeff Doak
2015-03-06 23:19:56demian.brechtsetmessageid: <1425683996.64.0.561407132965.issue23599@psf.upfronthosting.co.za>
2015-03-06 23:19:56demian.brechtlinkissue23599 messages
2015-03-06 23:19:56demian.brechtcreate