]> git.eshelyaron.com Git - emacs.git/commit
Fix python-info-docstring-p
authorkobarity <kobarity@gmail.com>
Wed, 24 May 2023 13:01:12 +0000 (22:01 +0900)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 May 2023 09:57:30 +0000 (12:57 +0300)
commitb7b82ecb2b4c2ce33c11e5388b692cd403ab55e6
tree21f8747303a5b8b0333b53495fc369733f626b40
parentf42de74ebea14de1d8a69d2b79489814ab711883
Fix python-info-docstring-p

* lisp/progmodes/python.el (python-info-docstring-p): Stop using
python-rx string-delimiter.

* test/lisp/progmodes/python-tests.el
(python-font-lock-escape-sequence-bytes-newline)
(python-font-lock-escape-sequence-hex-octal)
(python-font-lock-escape-sequence-unicode)
(python-font-lock-raw-escape-sequence): Mark as expected failures
until another bug in 'python-info-docstring-p' is corrected.
(python-info-docstring-p-7): New test.  (Bug#63622)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el