Re: [Python-mode] problem with fill-paragraph

2013-04-01 Thread Barry Warsaw
On Mar 27, 2013, at 10:12 PM, Alexis Roda wrote: >I have upgraded from python-mode 6.0.11 to 6.1.2 and now I have some trouble >with fill-paragraph within docstrings. It works ok for comments. > >If the point is within the second paragraph M-q converts: > > """Returns a rewritten path. > >

[Python-mode] problem with fill-paragraph

2013-03-27 Thread Alexis Roda
Hi, I have upgraded from python-mode 6.0.11 to 6.1.2 and now I have some trouble with fill-paragraph within docstrings. It works ok for comments. If the point is within the second paragraph M-q converts: """Returns a rewritten path. Assuming that ``cr`` is a :class:`ContextRewriter` i