On Wed, Apr 07, 2004 at 01:53:18PM -0400, Graham Fawcett wrote:
> _other_exports = {
> '$one': _dollar_one,
> }
>
> _q_exports.extend(_other_exports.keys())
>
> def _q_resolve(name):
> return _other_exports.get(name)
At this point you're mucking with the list in order to save what, one
function call during name resolution? Or is there some other advantage
over using _q_lookup in place of _q_resolve here?
(signed) Solicitor-general of the warm place