[Python-ideas] Pseudo-package for current directory

Rob Cliffe rob.cliffe at btinternet.com
Mon Mar 7 18:48:30 EST 2016


On 07/03/2016 16:54, Chris Angelico wrote:
>   "import html" shouldn't ever import from the
> current directory.
>
>
I don't agree.
When troubleshooting, you may wish to dig into packages (in the stdlib, 
or 3rd-party packages) to find out what is going on, and run your own 
version with (say) diagnostic messages added.
I am sure I have done this a few times.  Sorry, I can't give chapter and 
verse.

Rob Cliffe.


More information about the Python-ideas mailing list