[issue34768] Add documentation explaining __init__.py in packages

2018-09-28 Thread Éric Araujo
Éric Araujo added the comment: I think the expectation is that people will know about modules and packages long before they upload things to PyPI. The import system and the packaging tools are two independent domains. For example the official tutorial has an intro: https://docs.python.org/3

[issue34768] Add documentation explaining __init__.py in packages

2018-09-21 Thread Benito Kestelman
Change by Benito Kestelman : -- title: Add documentation for the purpose of __init__.py in packages -> Add documentation explaining __init__.py in packages ___ Python tracker