Le 29/07/2011 14:46, Antoine Pitrou a écrit : >> changeset: 71555:97527f3f9829 >> branch: 3.2 >> user: Éric Araujo <mer...@netwok.org> >> 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 or Victor and left them in Library. > > 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.) 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. Regards _______________________________________________ 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