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 ned.deily
Recipients Jeff Doak, demian.brecht, ned.deily, r.david.murray, ronaldoussoren
Date 2015-03-06.23:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425685652.59.0.529409799421.issue23599@psf.upfronthosting.co.za>
In-reply-to
Content
You've already answered this but since I've already typed it: one possible pitfall here is the automatic smart quotes feature of the OS X text system which may or may not be a factor depending on which programs are in use.  You can disable smart quotes in: System Preferences -> Keyboard -> Text -> Use smart quotes and dashes (this is on OS X 10.10).

But we really need more details to try to explain what you are seeing.  Can you give a step by step procedure on how to reproduce, including exactly what apps are being used (e.g. Terminal.app vs iTerm.app vs IDLE), and the results of the following commands in a terminal shell:

python3.4 -c 'import sys;print(sys.version)'
python3.4 -c 'import readline;print(readline.__doc__)'
env | egrep '(LC)|(LANG)'
History
Date User Action Args
2015-03-06 23:47:32ned.deilysetrecipients: + ned.deily, ronaldoussoren, r.david.murray, demian.brecht, Jeff Doak
2015-03-06 23:47:32ned.deilysetmessageid: <1425685652.59.0.529409799421.issue23599@psf.upfronthosting.co.za>
2015-03-06 23:47:32ned.deilylinkissue23599 messages
2015-03-06 23:47:32ned.deilycreate