Package: exuberant-ctags
Version: 1:5.6-1
Severity: normal

1. how to reproduce this bug

$ cat b.py
class A:
    def a():
        class C:
            pass
        pass
    def b():
        pass
$ ctags-exuberant -o - b.py
A       b.py    /^class A:$/;"  c
C       b.py    /^        class C:$/;"  c
a       b.py    /^    def a():$/;"      m       class:A
b       b.py    /^    def b():$/;"      f

2. it should be

the type of b should be similar with type of a (m class:A).


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages exuberant-ctags depends on:
hi  libc6                       2.3.6.ds1-10 GNU C Library: Shared libraries

exuberant-ctags recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to