]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(py-execute-region): If the line at the beginning of the region is a
authorBarry Warsaw <barry@python.org>
Mon, 22 Apr 2002 16:23:29 +0000 (16:23 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 22 Apr 2002 16:23:29 +0000 (16:23 +0000)
commita0113cd5cdb1e6c38ffa6ba7fb2ce6b775b1814c
tree36be64d3866031436feacc17d548b13b3f9ea62a
parentb2d5e62d65c2277832441956b99224eefd9514f8
(py-execute-region): If the line at the beginning of the region is a
#! line, use the command on that line as the shell command to use to
execute the region.  I.e. if the region looks like

----------------
#! /usr/bin/env python1.5

print 'hello world'.startswith('hello')
----------------

you'll get an exception! :)

This closes SF bug #232398.
Misc/python-mode.el