Message46960
Logged In: YES
user_id=1038590
New version (run_module_3.diff)
Takes more account of the file description reported by
PyImport. Explictly restricts itself to PY_SOURCE and
PY_COMPILED scripts.
Behaves correctly when a non-package is encountered while
parsing a dotted name (closes the file descriptor and
reports an error).
I also realised that the '-m' option doesn't currently
comprehend "__path__" variables in packages. So maybe we
*should* be loading the packages as we find them, and then
querying them for their __path__ variable. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:39:56 | admin | link | issue1035498 messages |
| 2007-08-23 15:39:56 | admin | create | |
|