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 musou1500
Recipients docs@python, musou1500
Date 2019-05-11.23:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557615601.14.0.911128255467.issue36892@roundup.psfhosted.org>
In-reply-to
Content
"Modules" section in the tutorial says that
https://docs.python.org/3/tutorial/modules.html
"The __init__.py files are required to make Python treat directories containing the file as packages. "

But, thanks to PEP 420, __init__.py is not required after Python 3.3.
https://www.python.org/dev/peps/pep-0420/
History
Date User Action Args
2019-05-11 23:00:01musou1500setrecipients: + musou1500, docs@python
2019-05-11 23:00:01musou1500setmessageid: <1557615601.14.0.911128255467.issue36892@roundup.psfhosted.org>
2019-05-11 23:00:01musou1500linkissue36892 messages
2019-05-11 23:00:00musou1500create