commit | 9015b938cb2232c233a925e580b6a42f0066d08c | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Jun 13 11:19:56 2006 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Jun 13 11:19:56 2006 +0000 |
tree | 4498b70d5f84f35551a71a07a799e9f49c17910f | |
parent | fdbebb65af31809d346592f8dbb3883ca0b7c235 [diff] |
Linecache contains support for PEP302 loaders, but fails to deal with loaders that return None to indicate that the module is valid but no source is available. This patch fixes that.