[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-19 Thread Kyle Stanley
> the talk I gave last month at PyOhio ( https://www.pyohio.org/2019/presentations/137) > Right now I have the slides up as a view-only share in my Google Drive ( bit.ly/bskinn-pyohio2019-intersphinx). Perhaps it would be useful to link to them? Or, to host a PDF someplace more permanent, and link

[Python-Dev] Re: Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread Jeff Allen
On 19/08/2019 21:30, Terry Reedy wrote: On 8/19/2019 3:19 PM, Jeff Allen wrote: When one signs up to contribute code to the PSF, one is asked to write on  contributed software that it has been "Licensed to the PSF under a Contributor Agreement" (see https://www.python.org/psf/contrib/contrib-f

[Python-Dev] Re: Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread Ivan Pozdeev via Python-Dev
On 19.08.2019 23:30, Terry Reedy wrote: On 8/19/2019 3:19 PM, Jeff Allen wrote: This is undoubtedly the right answer for someone wanting to *use* code *from* CPython. When one signs up to contribute code to the PSF, one is asked to write on  contributed software that it has been "Licensed to t

[Python-Dev] Re: Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread Terry Reedy
On 8/19/2019 3:19 PM, Jeff Allen wrote: This is undoubtedly the right answer for someone wanting to *use* code *from* CPython. When one signs up to contribute code to the PSF, one is asked to write on  contributed software that it has been "Licensed to the PSF under a Contributor Agreement" (

[Python-Dev] Re: Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread Jeff Allen
This is undoubtedly the right answer for someone wanting to *use* code *from* CPython. When one signs up to contribute code to the PSF, one is asked to write on  contributed software that it has been "Licensed to the PSF under a Contributor Agreement" (see https://www.python.org/psf/contrib/c

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-19 Thread Wes Turner
- [ ] A page or section in the Sphinx docs would be helpful for many, I think https://github.com/sphinx-doc/sphinx/tree/master/doc ``__ .. index:: Implicit reference .. _implicit-reference: Implicit ref --- `implicit ref`_

[Python-Dev] Re: Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread Guido van Rossum
The LICENSE file at the top level of the repo covers everything. On Mon, Aug 19, 2019 at 7:33 AM mihaela olteanu via Python-Dev < python-dev@python.org> wrote: > Hello, > > Could you please let me know what is the license for the file > Modules/ossaudiodev.c > ? > Inside the description there is

[Python-Dev] Missing license for file Modules/ossaudiodev.c

2019-08-19 Thread mihaela olteanu via Python-Dev
Hello, Could you please let me know what is the license for the file Modules/ossaudiodev.c ?Inside the description there is a statement :"XXX need a license statement" which creates some confusion.Can we simply disregard that statement as for the other .c files which do not have such statements?

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-19 Thread brian . skinn
Citing from the current (19 Aug 2019) version of this PR (https://github.com/python/devguide/pull/525/files#diff-50cb76bbe8ae3fcd4170dc6e8d9d6b3fR225-R226): > Before using any Sphinx roles, ensure that a corresponding entry exists > within the documentation. At the risk of crass self-promotion,