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 glomde
Recipients christian.heimes, glomde, gvanrossum
Date 2008-02-06.07:57:10
SpamBayes Score 0.02931861
Marked as misclassified No
Message-id <1202284633.2.0.777232676986.issue1985@psf.upfronthosting.co.za>
In-reply-to
Content
I still think the __init__ file should be changed and use
the extend_path function instead of extend. 


Se below for answer I got on the python list.


The extend_path function (found in the pkgutil standard module) can handle  
this.
http://docs.python.org/lib/module-pkgutil.html

-- 
Gabriel Genellina
History
Date User Action Args
2008-02-06 07:57:13glomdesetspambayes_score: 0.0293186 -> 0.02931861
recipients: + glomde, gvanrossum, christian.heimes
2008-02-06 07:57:13glomdesetspambayes_score: 0.0293186 -> 0.0293186
messageid: <1202284633.2.0.777232676986.issue1985@psf.upfronthosting.co.za>
2008-02-06 07:57:11glomdelinkissue1985 messages
2008-02-06 07:57:11glomdecreate