Re: [Python-Dev] Document C API that is not part of the limited API

2016-12-31 Thread Ronald Oussoren
> On 30 Dec 2016, at 15:33, Nick Coghlan wrote: > > On 29 December 2016 at 06:41, Steve Dower > wrote: > On 28Dec2016 1145, Brett Cannon wrote: > On Tue, 27 Dec 2016 at 12:15 Ronald Oussoren >

Re: [Python-Dev] Document C API that is not part of the limited API

2016-12-30 Thread Nick Coghlan
On 29 December 2016 at 06:41, Steve Dower wrote: > On 28Dec2016 1145, Brett Cannon wrote: > >> On Tue, 27 Dec 2016 at 12:15 Ronald Oussoren > > wrote: >> A directive would make it easier to ensure that the text about the >> stable API is consistent. I’d als

Re: [Python-Dev] Document C API that is not part of the limited API

2016-12-28 Thread Steve Dower
On 28Dec2016 1145, Brett Cannon wrote: On Tue, 27 Dec 2016 at 12:15 Ronald Oussoren mailto:ronaldousso...@mac.com>> wrote: A directive would make it easier to ensure that the text about the stable API is consistent. I’d also consider adding that directive to all API’s that *are* part

Re: [Python-Dev] Document C API that is not part of the limited API

2016-12-28 Thread Brett Cannon
On Tue, 27 Dec 2016 at 12:15 Ronald Oussoren wrote: > > > On 27 Dec 2016, at 20:04, Serhiy Storchaka wrote: > > > > From the documentation: > > > > https://docs.python.org/3/c-api/stable.html > > > >In the C API documentation, API elements that are not part of the > limited API are marked as

Re: [Python-Dev] Document C API that is not part of the limited API

2016-12-27 Thread Ronald Oussoren
> On 27 Dec 2016, at 20:04, Serhiy Storchaka wrote: > > From the documentation: > > https://docs.python.org/3/c-api/stable.html > >In the C API documentation, API elements that are not part of the limited > API are marked as "Not part of the limited API." > > But they don't. > > I prepa

[Python-Dev] Document C API that is not part of the limited API

2016-12-27 Thread Serhiy Storchaka
From the documentation: https://docs.python.org/3/c-api/stable.html In the C API documentation, API elements that are not part of the limited API are marked as "Not part of the limited API." But they don't. I prepared a sample patch that adds the notes to Unicode Objects and Codecs C AP