<div dir="ltr"><br><br>On Wednesday, March 16, 2016 at 6:39:01 PM UTC-5, Ben Finney wrote:<br>> Agreed. What is wrong with:<br>> <br>>     import lorem as _lorem<br>>         do_something_with(_lorem.Foo)<br><br>Yes, in the case when multiple symbols are<br>imported+privatized, that's an improvement, and hiding<br>multiple symbols behind a single symbol *CAN* help to avoid<br>name clashes as well (less names, less chances of clashing)<br>but, in essence, all you've done is to move "syntactic<br>noise" from a single location, to a minimum of one other<br>location, and, potentially, many diverse locations. So yes,<br>useful technique, but not one that fulfills my current<br>"selfish desires" --  I need something sweet baby! O:-)<br><br><br></div>