After a question i asked on python-list,

Let's say i have a package.

>>> import package
>>> package
<module 'package' from '<path>'>

would it be nice to be able to change the repr of the package to 

>>> package
package something
    some message
    ....

?

Thanks!

Kind Regards,

Abdur-Rahmaan Janhangeer
Mauritius