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
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/BYMWLKV3EQSKGFXGDW7QGKMRYJTGP346/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to