Thomas Heller wrote:
> > + # modules that are imported by the Python runtime
> > + implicits = []
> > + for module in ('site', 'exceptions',):
> ^^^^^^^^^^^
>> Isn't this a relict from the times when exceptions was *not*
> a builtin module (1.5, iirc)?
Good point, I think 'exceptions' should be replaced with 'warnings'...
Just