aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2015-04-05 23:58:13 -0300
committerFabián Ezequiel Gallina2015-04-05 23:58:13 -0300
commitdeea36f0ece7b1b14afe2a833b6a0f66d59f4459 (patch)
treee3e41e0a5a03b0ea83b293c0c65835be038d56d4 /test/ChangeLog
parent7514b24b6a512d85b762c603e9e0107d2c8a52f1 (diff)
downloademacs-deea36f0ece7b1b14afe2a833b6a0f66d59f4459.tar.gz
emacs-deea36f0ece7b1b14afe2a833b6a0f66d59f4459.zip
python.el: Enhance docstring detection following PEP-257.
* lisp/progmodes/python.el (python-docstring-at-p): Remove function. (python-info-assignment-statement-p): New function. (python-info-assignment-continuation-line-p): Use it. (python-info-docstring-p): New function. (python-font-lock-syntactic-face-function) (python-fill-string): Use it. * test/automated/python-tests.el (python-info-assignment-statement-p-1) (python-info-assignment-statement-p-2) (python-info-assignment-statement-p-3, python-info-docstring-p-1) (python-info-docstring-p-2, python-info-docstring-p-3) (python-info-docstring-p-4, python-info-docstring-p-5) (python-info-docstring-p-6): New tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f7bec2ee119..813f5dd42b7 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,12 @@
12015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * automated/python-tests.el (python-info-assignment-statement-p-1)
4 (python-info-assignment-statement-p-2)
5 (python-info-assignment-statement-p-3, python-info-docstring-p-1)
6 (python-info-docstring-p-2, python-info-docstring-p-3)
7 (python-info-docstring-p-4, python-info-docstring-p-5)
8 (python-info-docstring-p-6): New tests.
9
12015-04-01 Artur Malabarba <bruce.connor.am@gmail.com> 102015-04-01 Artur Malabarba <bruce.connor.am@gmail.com>
2 11
3 * automated/package-test.el: Avoid async while testing. 12 * automated/package-test.el: Avoid async while testing.