Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-29 Thread Ethan Smith
On Fri, Oct 27, 2017 at 12:44 AM, Nathaniel Smith wrote: > On Thu, Oct 26, 2017 at 3:42 PM, Ethan Smith wrote: > > However, the stubs may be put in a sub-folder > > of the Python sources, with the same name the ``*.py`` files are in. For > > example, the

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-27 Thread Antoine Pitrou
On Fri, 27 Oct 2017 11:31:04 +0200 Antoine Pitrou wrote: > On Thu, 26 Oct 2017 15:42:19 -0700 > Ethan Smith wrote: > > Stub Only Packages > > '' > > > > For package maintainers wishing to ship stub files containing all of their > > type

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-27 Thread Antoine Pitrou
On Thu, 26 Oct 2017 15:42:19 -0700 Ethan Smith wrote: > Stub Only Packages > '' > > For package maintainers wishing to ship stub files containing all of their > type information, it is prefered that the ``*.pyi`` stubs are alongside the > corresponding ``*.py``

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-27 Thread Nathaniel Smith
On Thu, Oct 26, 2017 at 3:42 PM, Ethan Smith wrote: > However, the stubs may be put in a sub-folder > of the Python sources, with the same name the ``*.py`` files are in. For > example, the ``flyingcircus`` package would have its stubs in the folder >

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Guido van Rossum
Heh, you're right that was the reasoning. But I think python-list is much less valuable than python-ideas for PEP authors. So let's change it. On Thu, Oct 26, 2017 at 6:38 PM, Barry Warsaw wrote: > On Oct 26, 2017, at 20:03, Guido van Rossum wrote: > >

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Barry Warsaw
On Oct 26, 2017, at 20:03, Guido van Rossum wrote: > > I think python-ideas does count here. Many PEPs evolve mostly there. True, but there was some discussion of this way back when. The way I remember it was that, while there are many outlets to discuss PEPs (including

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
Proposed pull request: https://github.com/python/peps/pull/441 On Thu, Oct 26, 2017 at 05:21:57PM -0700, Mariatta Wijaya wrote: > Ok I created an issue https://github.com/python/peps/issues/440, maybe > someone can work on updating the wordings in PEP 1 and PEP 12. >

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Mariatta Wijaya
Ok I created an issue https://github.com/python/peps/issues/440, maybe someone can work on updating the wordings in PEP 1 and PEP 12. Thanks :) Mariatta Wijaya On Thu, Oct 26, 2017 at 5:03 PM, Guido van Rossum wrote: > I think python-ideas does count here. Many PEPs

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Guido van Rossum
I think python-ideas does count here. Many PEPs evolve mostly there. On Oct 26, 2017 4:59 PM, "Oleg Broytman" wrote: > On Thu, Oct 26, 2017 at 04:48:23PM -0700, Mariatta Wijaya < > mariatta.wij...@gmail.com> wrote: > > > > > > Not sure if postings to python-ideas count, > > > >

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Ethan Smith
On Thu, Oct 26, 2017 at 4:48 PM, Mariatta Wijaya wrote: > Not sure if postings to python-ideas count, > > > PEP 1 says: > > Post-History is used to record the dates of when new versions of the PEP > are posted to python-list and/or python-dev. > > So, no ? > Reading

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
On Thu, Oct 26, 2017 at 04:48:23PM -0700, Mariatta Wijaya wrote: > > > > Not sure if postings to python-ideas count, > > PEP 1 says: > > Post-History is used to record the dates of when new versions of the PEP > are posted to python-list and/or python-dev. That's

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Mariatta Wijaya
> > Not sure if postings to python-ideas count, PEP 1 says: Post-History is used to record the dates of when new versions of the PEP are posted to python-list and/or python-dev. So, no ? Mariatta Wijaya ___ Python-Dev mailing list

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
Hi! On Thu, Oct 26, 2017 at 03:42:19PM -0700, Ethan Smith wrote: > Post-History: Not sure if postings to python-ideas count, but Post-History: 10-Sep-2017, 12-Sep-2017, 26-Oct-2017 Refs: https://mail.python.org/pipermail/python-ideas/2017-September/047015.html

[Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Ethan Smith
Hello all, I have completed an implementation for PEP 561, and believe it is time to share the PEP and implementation with python-dev Python-ideas threads: * PEP 561: Distributing and Packaging Type Information * PEP 561 v2 - Packaging Static Type Information * PEP 561: Distributing Type