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. |