[Python-Dev] [Python-checkins] cpython: Document that packaging doesn’t create init.py files (#3902). (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sat Oct 22 01:37:35 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew
- Next message: [Python-Dev] [PATCH] unicode subtypes broken in latest py3k debug builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 21, 2011 at 11:52 PM, eric.araujo <python-checkins at python.org> wrote:
+To distribute extension modules that live in a package (e.g.
package.ext
), +you need to create you need to create a :file:{package}/_init_.py
file to +let Python recognize and import your module.
"you need to create" is repeated in the new text.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew
- Next message: [Python-Dev] [PATCH] unicode subtypes broken in latest py3k debug builds
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]