* lisp/progmodes/python.el (python-indent-context)
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 12 Dec 2013 05:37:09 +0000 (02:37 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 12 Dec 2013 05:37:09 +0000 (02:37 -0300)
commit09faee72dd0743a5b46444b5e917ee1259843788
tree13f65f15d978b036b9fca79cd3803220f1fcf1dd
parent139f528442726be5160120fb13e68240982de92f
* lisp/progmodes/python.el (python-indent-context)
(python-indent-calculate-indentation): Fix auto-identation
behavior for comment blocks.

* test/automated/python-tests.el (python-indent-after-comment-1)
(python-indent-after-comment-2): New tests.

Fixes: debbugs:15916
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el