Re: [Import-sig] imputil with only .pyc files
by Guido van Rossum other posts by this author
Jul 26 2002 8:52PM messages near this date
[Import-sig] imputil with only .pyc files
|
[Import-sig] Imports with hooks not thread safe?
> I've been using imputil as the base for importing python modules over
> http. I've noticed that the builtin importer imputil.BuiltinImporter
> doesn't import .pyc files if there is no corresponding .py file. I've
> added my own suffix handler for just .pyc files, but I'm wondering if
> this is a bug or a feature?
Sounds like a feature that's become a bug. :-(
> We're using python on the ipaqs, so we've deleted the .py files to
> save space.
Of course.
Can you submit a patch to sourceforge?
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Import-sig mailing list
Import-sig@[...].org
http://mail.python.org/mailman/listinfo/import-sig
Thread:
Jason Waterman
Guido van Rossum
|