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 Jeff Doak
Recipients Jeff Doak, demian.brecht, ned.deily, r.david.murray, ronaldoussoren
Date 2015-03-06.23:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425685177.36.0.966453116877.issue23599@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed they are smart quotes and came back to see David already mentioned it.
As for Demian's question:
2.7.6:
>>> print("{’Test’}")   
{’Test’}
3.4.2:
>>> print("{Test}") 
{Test}

It is upon paste that the quotes are lost. I'm on OSX 10.10.2 as well.
History
Date User Action Args
2015-03-06 23:39:37Jeff Doaksetrecipients: + Jeff Doak, ronaldoussoren, ned.deily, r.david.murray, demian.brecht
2015-03-06 23:39:37Jeff Doaksetmessageid: <1425685177.36.0.966453116877.issue23599@psf.upfronthosting.co.za>
2015-03-06 23:39:37Jeff Doaklinkissue23599 messages
2015-03-06 23:39:37Jeff Doakcreate