[python-committers] what's going on with Misc/NEWS? (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri May 24 18:39:16 CEST 2013


Brett wrote:

Of course, we've talked about doing something like this before, it's just never irritated anyone enough for them to sit down and write the associated NEWS file generator, or the code to split the existing NEWS file for the active branches :) I think that's overly complicated.

Agreed. I'm not surprised Twisted uses something like that :-), but we don't need that level of complexity.

I don't see why we need anything more than simply NEWS/3.4, NEWS/3.3, etc. and just split the files per feature release since that's the interest (and merge) boundary.

You'll have to copy stuff by hand, though, if you don't want to rely on the merge machinery. So we have two possible file layouts:

The major con with the current scheme might be solved by a dedicated hg extension, but someone needs to have enough free time and passion to try and write it :-)

And do we really need a merged NEWS file at that granularity?

Not really, IMO.

Regards

Antoine.



More information about the python-committers mailing list