On 12 April 2018 at 09:59, Ethan Smith wrote:
> Hello,
>
> I've updated PEP 561 to clarify that any installed stub package should
> supersede an installed inline package. In other words if there is:
>
> /global/site-packages/pkg/
> /user/site-packages/pkg-stubs/
>
> Even if pkg in the global site
Hello,
I've updated PEP 561 to clarify that any installed stub package should
supersede an installed inline package. In other words if there is:
/global/site-packages/pkg/
/user/site-packages/pkg-stubs/
Even if pkg in the global site packages is found first and marks that it
supports types, the