]> git.eshelyaron.com Git - emacs.git/commit
Properly encode all strings sent to Python shell
authorAugusto Stoffel <arstoffel@gmail.com>
Fri, 10 Sep 2021 11:04:54 +0000 (13:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 10 Sep 2021 14:39:13 +0000 (16:39 +0200)
commit195da78e2ee8ec27de9da7d2ba777313db31e4b7
treec20230b97f7d830b6068b917eee1414d33181e6f
parent5ee6583cb26801ba079e671071179482ccdd679a
Properly encode all strings sent to Python shell

* lisp/progmodes/python.el: Now depends on Emacs 28.
(python-shell-package-enable, python-shell-completion-get-completions)
(python-ffap-module-path, python-eldoc--get-doc-at-point): Enconde
Python strings using 'python-shell--encode-string' instead of triple
quotes.
(python-shell-completion-string-code, python-eldoc-string-code)
(python-ffap-string-code): Remove defcustoms. (bug#50503).
lisp/progmodes/python.el