Christian Kamm: > > import mystdout = tango.io.Stdout : Stdout; > > void main() > > { > > Stdout("Should require mystdout prefix?"); > > } > > No, this behaves as specified: you get Stdout from the selective import and > tango.io.Stdout as mystdout from the rename. I think that's a bit confusing syntax. Bye, bearophile