Re: [Python-Dev] PEP 561 implemented and minor clarification

2018-04-22 Thread Ivan Levkivskyi
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

[Python-Dev] PEP 561 implemented and minor clarification

2018-04-12 Thread Ethan Smith
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