It would be nice if fill-paragraph (M-q) did reasonable
things to python code. For example, it could wrap all
strings and comments in the enclosing function,
breaking up strings into adjacent one-line substrings
"like" "this".
Even better, it would be nice if it would reformat long
expressions so that they were nicely wrapped (e.g.,
arranging split binary expressions so that the operator
is at the beginning of a line rather than the end).
Logged In: YES
user_id=987664
NOTABUG. This is really more of a feature request than a bug.