[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-21 Thread Éric Araujo
Éric Araujo added the comment: I thought about the wording again and committed a different version. I also decided not to backport to distutils; see the commit message for a rationale. Thanks for the help! -- components: -Distutils, Distutils2 resolution: -> fixed stage: patch rev

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f84040b11211 by Éric Araujo in branch 'default': Document that packaging doesn’t create __init__.py files (#3902). http://hg.python.org/cpython/rev/f84040b11211 -- nosy: +python-dev ___ Python tracker <

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-12 Thread Éric Araujo
Éric Araujo added the comment: Looks good, will commit. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-11 Thread Mike Hoy
Mike Hoy added the comment: setupscript did not have the changes that were made in apiref. v4 is now consistent and line wrapping at 80 chars. -- Added file: http://bugs.python.org/file23384/apiref-setupscript-v4.diff ___ Python tracker

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-10 Thread Mike Hoy
Mike Hoy added the comment: Responded to first question in apiref and uploaded a new patch that wraps lines at 80 characters. -- Added file: http://bugs.python.org/file23369/apiref-setupscript-v3.diff ___ Python tracker

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-10 Thread Éric Araujo
Éric Araujo added the comment: You did not reply to my first question on apiref.rst, and you did not rewrap your lines to 80 chars :) -- ___ Python tracker ___ _

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-09 Thread Mike Hoy
Mike Hoy added the comment: Submitted v2 of my patch after reading Éric's review of my first. -- Added file: http://bugs.python.org/file23360/apiref-setupscript-v2.diff ___ Python tracker __

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-08 Thread Éric Araujo
Éric Araujo added the comment: >> We’re working on a patch on the core-mentorship list. > I emailed the diff to the Core-Mentorship list, but since there > was no reply I will just attach it here. I added that message here to avoid someone else working on the same bug. I did not reply to the m

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-07 Thread Mike Hoy
Mike Hoy added the comment: > We’re working on a patch on the core-mentorship list. Éric, I emailed the diff to the Core-Mentorship list, but since there was no reply I will just attach it here. Please review patch and let me know if you want any changes. -- keywords: +patch nosy: +m

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-02 Thread Éric Araujo
Éric Araujo added the comment: We’re working on a patch on the core-mentorship list. -- components: +Distutils nosy: +alexis stage: needs patch -> patch review versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker

[issue3902] Packages containing only extension modules have to contain __init__.py

2010-11-05 Thread Éric Araujo
Éric Araujo added the comment: Reclassifying as request for doc enhancement. I’ll check the distutils2 doc and add a line about this problem if I find the text is not clear enough. Someone finding this report thanks to the “easy” keyword can feel free to propose a patch. -- componen