Note that any remaining occurrences of non-absolute values in __file__ are generally considered bugs in the import system. However, we tend not to fix them in maintenance releases, since converting relative paths to absolute paths runs a risk of breaking user code.

We're definitely *not* going to further pollute the module namespace with values that can be trivially and reliably derived from existing values.

Cheers,
Nick.