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 eric.araujo
Recipients Peaker, eric.araujo, tarek
Date 2010-10-22.08:35:26
SpamBayes Score 8.3641164e-05
Marked as misclassified No
Message-id <1287736528.4.0.662038521665.issue3902@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  To the best of my knowledge, distutils never generates Python files, and the docs for ext_modules or ext_package don’t imply __init__.py will be generated.  IOW, for “pkg.foo”, you’re supposed to have pkg/__init__.py and pkg/foo.c.

I think this bug is invalid, or is a request for a small doc improvement.  Do you agree?
History
Date User Action Args
2010-10-22 08:35:28eric.araujosetrecipients: + eric.araujo, tarek, Peaker
2010-10-22 08:35:28eric.araujosetmessageid: <1287736528.4.0.662038521665.issue3902@psf.upfronthosting.co.za>
2010-10-22 08:35:27eric.araujolinkissue3902 messages
2010-10-22 08:35:26eric.araujocreate