]> granicus.if.org Git - python/commit
Linecache contains support for PEP302 loaders, but fails to deal with loaders
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 13 Jun 2006 11:19:56 +0000 (11:19 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 13 Jun 2006 11:19:56 +0000 (11:19 +0000)
commit9015b938cb2232c233a925e580b6a42f0066d08c
tree4498b70d5f84f35551a71a07a799e9f49c17910f
parentfdbebb65af31809d346592f8dbb3883ca0b7c235
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.
Lib/linecache.py