py-match-paren closing delimiter

Bug #1471122 reported by Andreas Roehler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Low
Andreas Roehler

Bug Description

class MyClass:
    """A simple example class"""
    i = 12345
    def f(self):
        return 'hello world'

If cursor is at "def", `py-forward-def' would jump behind 'hello world',
`py-forward-def-bol' would jump to beginning of empty line 6.

With `py-match-paren' from "def", the closing delimiter would be an indent
at former empty line 6.

I.e. in order to make match-paren jumping
to-and-fro, end-of-def must end at indented empty line.

A remaining indented empty line isn't wanted.

Changed in python-mode:
importance: Undecided → Low
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.2.1
status: New → In Progress
Changed in python-mode:
status: In Progress → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.