Nick Coghlan <ncogh...@gmail.com> added the comment:

I've assigned the PR and issue to myself, as the proposed addition in the PR 
isn't quite right, but it isn't immediately obvious why not.

The gist of the problem is that the current docs are actually correct and 
complete: modules are the first thing listed as being code blocks, and whether 
you import them or execute them as __main__ doesn't change that.

However, I can also see why 2011-Eric thought it looked incomplete, so I'm 
thinking it may make sense to restructure that entire paragraph as a bulleted 
list, where it would be possible to mention both imported modules and modules 
executed as main, without giving the impression that those are inherently 
different things.

----------
assignee: docs@python -> ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue13474>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to