On Fri, 29 Jul 2011 15:22:08 +0200 Éric Araujo <mer...@netwok.org> 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 to Library or > Interpreter Core? (I’d say Core.)
As soon as you are fixing a library API, it should IMO go to Library. The fact that some modules are "built-in" is an implementation detail. For example, "_io" is compiled in the executable (for bootstrap reasons), yet it's still considered part of the library. > When merging 3.2 into 3.3, I started sorting the Misc/NEWS file there > too but stopped after ~30 changes. On one hand, I know that developer > time would be better spent on fixing bugs rather than reading a commit > sorting NEWS entries, but on the other hand I thought it best for > readers of this file to have something that makes sense. Build fixes > were not in a dedicated section, Core and Library are happily mixed, so > I thought that my sorting could help even the What’s New author. I > wanted to ask python-dev first, though. Well, sorting is fine, if you don't think your developer time could be used for more valuable tasks :) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com