A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2007-March/071922.html below:

[Python-Dev] Patch 1644818: Allow importing built-in submodules

[Python-Dev] Patch 1644818: Allow importing built-in submodules [Python-Dev] Patch 1644818: Allow importing built-in submodulesPhillip J. Eby pje at telecommunity.com
Tue Mar 13 18:24:37 CET 2007
At 11:50 PM 3/12/2007 +0100, Martin v. Löwis wrote:
>Does distutils support this kind of setup? Modules/Setup?

distutils does, and has from its inception, as far as I know.


>IOW, I would expect that there are sooo many places where extension
>modules in packages are not supported

The only thing I know of that doesn't support it very well is py2exe, 
actually.  PEAK has had extensions modules in subpackages for many years 
now, and never run into any problems.  In fact, py2exe's only problem with 
it is that it still requires such modules to have globally unique names -- 
you can't have both a foo.speedups extension and a bar.speedups 
extension.  (This actually happened with RuleDispatch and PyProtocols; I 
ended up renaming them to _p_speedups and _d_speedups to better support 
py2exe users.)

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4