Message342228
| 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:01 | musou1500 | set | recipients: + musou1500, docs@python |
| 2019-05-11 23:00:01 | musou1500 | set | messageid: <1557615601.14.0.911128255467.issue36892@roundup.psfhosted.org> |
| 2019-05-11 23:00:01 | musou1500 | link | issue36892 messages |
| 2019-05-11 23:00:00 | musou1500 | create | |