aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index cbd6d925341..b87ab57c66f 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -85,10 +85,12 @@
85;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n") 85;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
86 86
87;; For iPython 0.10 everything would be the same except for 87;; For iPython 0.10 everything would be the same except for
88;; `python-shell-completion-string-code': 88;; `python-shell-completion-string-code' and
89;; `python-shell-completion-module-string-code':
89 90
90;; (setq python-shell-completion-string-code 91;; (setq python-shell-completion-string-code
91;; "';'.join(__IP.complete('''%s'''))\n") 92;; "';'.join(__IP.complete('''%s'''))\n"
93;; python-shell-completion-module-string-code "")
92 94
93;; Unfortunately running iPython on Windows needs some more tweaking. 95;; Unfortunately running iPython on Windows needs some more tweaking.
94;; The way you must set `python-shell-interpreter' and 96;; The way you must set `python-shell-interpreter' and