]> granicus.if.org Git - python/commit
Changes in preparation for integrating into the Python CVS tree.
authorBarry Warsaw <barry@python.org>
Mon, 3 Nov 1997 16:59:38 +0000 (16:59 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 3 Nov 1997 16:59:38 +0000 (16:59 +0000)
commitaffc0ca0e88bdc4c578cf3667c246cf3f1ce97f2
tree868047af74a63f24eaca88dae4f38f310a702dab
parent6345ac6d61f637f0e5977a4dd37d88de18b4bdb9
Changes in preparation for integrating into the Python CVS tree.

Introductory comment updates.

(python-font-lock-keywords): Added "assert"

(py-block-closing-keywords-re): New variable.

(py-no-outdent-re): Rewrite to use py-block-closing-keywords-re.

(py-shell): py-process-filter should no longer be necessary.  Comint
should do all the work.  Note that more fixes to the py-shell process
mechanism need to be done.

(py-execute-region): Check for empty region.  Some questionable
changes to set-buffer after shell-command-on-region.  Again, this all
needs to be closely examined for X/Emacs 19/20 compatibility.

(py-goto-beyond-final-line): py-parse-partial-sexp-works-p should no
longer be necessary.

(py-statement-closes-block-p): Use py-block-closing-keywords-re.
Misc/python-mode.el