add -u for unbuffered output

This commit is contained in:
uid30437 2009-07-29 17:05:33 +00:00
parent d95404a8b2
commit a61039bb9c

View File

@ -146,7 +146,7 @@ mode buffer is visited during an Emacs session. After that, use
(const :tag "JPython" jpython))
:group 'python)
(defcustom py-python-command-args '("-i")
(defcustom py-python-command-args '("-u" "-i")
"*List of string arguments to be used when starting a Python shell."
:type '(repeat string)
:group 'python)