Duncan Booth wrote:
> Personally I'd just like to see 'python' a builtin shorthand for importing 
> a name you aren't going to use much
>  e.g.
> 
>     python.pprint.pprint(x)

Would you settle for
import py
py.std.pprint.pprint(x) ?

http://codespeak.net/py/current/doc/misc.html#the-py-std-hook

Kent
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to