Jeff Doak added the comment: I am in a standard Terminal session. I have a symbolic link for python 3.4: /usr/bin/python -> /opt/local/bin/python3.4 so I can run python... or the following: $ /opt/local/bin/python3.4 -c 'import sys;print(sys.version)' 3.4.2 (default, Oct 22 2014, 01:08:11) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)]
$ /opt/local/bin/python3.4 -c 'import readline;print(readline.__doc__)' Importing this module enables command line editing using libedit readline. ---------- _______________________________________ 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