[Distutils] Re: Three clarification questions about PEP 425 and PyPy3

2018-08-29 Thread Brett Cannon
On Wed, 29 Aug 2018 at 15:54 Nathaniel Smith wrote: > On Wed, Aug 29, 2018 at 10:25 AM, Brett Cannon wrote: > > > > > > On Wed, 29 Aug 2018 at 01:56 Nathaniel Smith wrote: > >> > >> On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon > wrote: > >> > py36 > >> > > >> > py36-none-% but not py36-none-

[Distutils] Re: Three clarification questions about PEP 425 and PyPy3

2018-08-29 Thread Nathaniel Smith
On Wed, Aug 29, 2018 at 10:25 AM, Brett Cannon wrote: > > > On Wed, 29 Aug 2018 at 01:56 Nathaniel Smith wrote: >> >> On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon wrote: >> > py36 >> > >> > py36-none-% but not py36-none-any: 2 (example) >> > >> > py3 >> > >> > py3-none-% but not py3-none-any:

[Distutils] Re: Three clarification questions about PEP 425 and PyPy3

2018-08-29 Thread Brett Cannon
On Wed, 29 Aug 2018 at 01:56 Nathaniel Smith wrote: > On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon wrote: > > py36 > > > > py36-none-% but not py36-none-any: 2 (example) > > > > py3 > > > > py3-none-% but not py3-none-any: 142 (example) > > Oh right, and these ones are totally sensible: this i

[Distutils] Re: Three clarification questions about PEP 425 and PyPy3

2018-08-29 Thread Nathaniel Smith
On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon wrote: > py36 > > py36-none-% but not py36-none-any: 2 (example) > > py3 > > py3-none-% but not py3-none-any: 142 (example) Oh right, and these ones are totally sensible: this is the correct tag for a project that ships some vendored shared libraries

[Distutils] Re: Three clarification questions about PEP 425 and PyPy3

2018-08-29 Thread Nathaniel Smith
On Tue, Aug 28, 2018 at 11:46 AM, Brett Cannon wrote: > cp36 > > %cp36-none-any.whl: 7 (example) > %cp36-none-%.whl: 70 (example) > cp36-none-%.whl but not cp36-none-any.whl: 65 (example that Nathaniel knows > very well ;) Yeah, that's an old hack that never got removed, and causes problems: http