Re: [Python-Dev] usefulness of "extension modules" section in Misc/NEWS

2013-01-27 Thread Brett Cannon
On Sun, Jan 27, 2013 at 6:02 AM, Antoine Pitrou wrote: > On Sun, 27 Jan 2013 10:56:51 +0100 > Charles-François Natali wrote: > > Hi, > > > > What's exactly the guideline for choosing between the "Library" and > > "Extension modules" section when updating Misc/NEWS? > > Is it just the fact that t

Re: [Python-Dev] usefulness of "extension modules" section in Misc/NEWS

2013-01-27 Thread Antoine Pitrou
On Sun, 27 Jan 2013 10:56:51 +0100 Charles-François Natali wrote: > Hi, > > What's exactly the guideline for choosing between the "Library" and > "Extension modules" section when updating Misc/NEWS? > Is it just the fact that the modified files live under Lib/ or Modules/? > > I've frequently ma

Re: [Python-Dev] usefulness of "extension modules" section in Misc/NEWS

2013-01-27 Thread Nick Coghlan
On Sun, Jan 27, 2013 at 7:56 PM, Charles-François Natali wrote: > If the intended audience for this file are end users, ISTM that the > only things that matters is that it's a library change, the fact that > the modification impacted Python/C code isn't really relevant. I have no objection to mer