syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

* layers/+lang/python/funcs.el:Use built-in python-shell-send-statement #16376

Closed sunlin7 closed 1 month ago

sunlin7 commented 2 months ago

Hi,

The spacemacs/python-shell-send-statement should call python-shell-send-statement for its built-in Emacs-27 while Spacemacs now minimum requirement is emacs-27. So remove the unused code to make the function simple.

Please review the change. Thanks.