Synopsis - Issue Tracker

Bug13 Editing

Title circular inheritance graph
Created on 2003-10-09.05:18:38 by stefan, last changed 2003-10-09.05:18:38 by stefan.
assigned to priority normal
type severity normal
components platform
status new resolution
depends on superseded by
Add Comment:
File
CC List:? stefan

Messages
Author: stefan Date: 2003-10-09.05:18:38
some valid code such as this (python):

======
from distutils.command import build

class build(build.build):
  pass
======

will result in ambiguities, as synopsis doesn't
seem to understand how 'build' refers to two
different types in the code snippet above.
History
Date User Action Args
2003-10-09 05:18:38stefancreate