cpython/Doc/packaging
Éric Araujo 4d4b19e294 Document that packaging doesn’t create __init__.py files (#3902).
The bug reported expected distutils to create an __init__.py file for a
project using only C extension modules.  IMO, how Python imports
packages and submodules is well documented, and it’s never suggested
that distutils might create an __init__.py file, so I’m adding this
clarification to the packaging docs but won’t backport unless other
people tell me they shared the same wrong expectation.

Thanks to Mike Hoy for his help with the patch.
2011-10-21 07:34:00 +02:00
..
builtdist.rst Remove obsolete mentions of the compress program and .Z archives. 2011-08-30 01:19:02 +02:00
commandhooks.rst Improve documentation of packaging hooks 2011-06-19 21:34:16 +02:00
commandref.rst Merge doc changes from 3.2 (#8617, #10745). 2011-08-06 16:58:15 +02:00
configfile.rst
examples.rst
extending.rst
index.rst Merge packaging doc fix 2011-06-02 16:43:25 +02:00
introduction.rst Kill trailing whitespace 2011-06-01 20:44:40 +02:00
packageindex.rst
setupcfg.rst Add reST targets to sections of the setup.cfg spec, improve wording 2011-10-19 08:41:07 +02:00
setupscript.rst Document that packaging doesn’t create __init__.py files (#3902). 2011-10-21 07:34:00 +02:00
sourcedist.rst Remove obsolete mentions of the compress program and .Z archives. 2011-08-30 01:19:02 +02:00
tutorial.rst
uploading.rst