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 methane
Recipients docs@python, ezio.melotti, methane, musou1500, steven.daprano
Date 2020-01-20.09:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579511672.72.0.439440046899.issue36892@roundup.psfhosted.org>
In-reply-to
Content
I think it is just a noise for the tutorial readers.

I created a post about misunderstanding of PEP 420.
https://dev.to/methane/don-t-omit-init-py-3hga

How about adding note in top of the PEP 420 instead?

.. note::
   Namespace packages are not regular packages.  It
   is a feature for very special use case.
   Don't omit ``__init__.py`` in regular packages.
History
Date User Action Args
2020-01-20 09:14:32methanesetrecipients: + methane, ezio.melotti, steven.daprano, docs@python, musou1500
2020-01-20 09:14:32methanesetmessageid: <1579511672.72.0.439440046899.issue36892@roundup.psfhosted.org>
2020-01-20 09:14:32methanelinkissue36892 messages
2020-01-20 09:14:32methanecreate