]> git.eshelyaron.com Git - emacs.git/commit
New function 'python-shell-send-block' for python-mode
authorLin Sun <sunlin7@hotmail.com>
Sat, 27 Apr 2024 06:54:27 +0000 (06:54 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:33:53 +0000 (18:33 +0200)
commitf664b35bb5051037bbcd945b28460345fd1cbf68
treebf26cc6f16820da8522536242d21fe206a296975
parent7af1137af5ab346beb3f093efea7400b10f5a110
New function 'python-shell-send-block' for python-mode

* lisp/progmodes/python.el (python-shell-send-block): New
function.
* test/lisp/progmodes/python-tests.el
(python-test--shell-send-block): Test case for the new
function.
* etc/NEWS: Document 'python-shell-send-block'.
(Bug#70609)

(cherry picked from commit b2e92c746eb7d1135d3d4ccecc774d79555ffb99)
etc/NEWS
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el