Re: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.

2011-07-29 Thread Antoine Pitrou
On Fri, 29 Jul 2011 15:22:08 +0200 Éric Araujo wrote: > > > > There's no practical difference (from the user's point of view) between > > extension modules and the library, so I think the "Extension Modules" > > section should simply die. > > +1 to that. Would built-in modules like imp belong t

Re: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.

2011-07-29 Thread Éric Araujo
Le 29/07/2011 14:46, Antoine Pitrou a écrit : >> changeset: 71555:97527f3f9829 >> branch: 3.2 >> user:Éric Araujo >> summary: >> Fix sorting or wording of some NEWS entries. >> >> I would have put io and ctypes fixes into Extension Modules, but I >> respected the choice of Antoine

Re: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.

2011-07-29 Thread Nadeem Vawda
On Fri, Jul 29, 2011 at 2:46 PM, Antoine Pitrou wrote: > There's no practical difference (from the user's point of view) between > extension modules and the library, so I think the "Extension Modules" > section should simply die. +1. This has been bugging me for a while now. _

Re: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.

2011-07-29 Thread Antoine Pitrou
On Fri, 29 Jul 2011 14:35:19 +0200 eric.araujo wrote: > http://hg.python.org/cpython/rev/97527f3f9829 > changeset: 71555:97527f3f9829 > branch: 3.2 > user:Éric Araujo > date:Tue Jul 26 17:32:50 2011 +0200 > summary: > Fix sorting or wording of some NEWS entries. > > I wo