This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author svenyonson
Recipients docs@python, svenyonson
Date 2017-09-13.15:52:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505317940.24.0.986048971751.issue31454@psf.upfronthosting.co.za>
In-reply-to
Content
I was wondering if you could do something like fiblib = import fibo or import fibo as fiblib, and low and behold, the "as" variant worked. I find this very useful, and thought it should be part of your documentation on "import"
History
Date User Action Args
2017-09-13 15:52:20svenyonsonsetrecipients: + svenyonson, docs@python
2017-09-13 15:52:20svenyonsonsetmessageid: <1505317940.24.0.986048971751.issue31454@psf.upfronthosting.co.za>
2017-09-13 15:52:20svenyonsonlinkissue31454 messages
2017-09-13 15:52:20svenyonsoncreate