[python-committers] what's going on with Misc/NEWS? (original) (raw)
Gregory P. Smith greg at krypto.org
Fri May 24 23:16:24 CEST 2013
- Previous message: [python-committers] what's going on with Misc/NEWS?
- Next message: [python-committers] what's going on with Misc/NEWS?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On May 24, 2013 2:55 PM, "Antoine Pitrou" <solipsis at pitrou.net> wrote:
Le vendredi 24 mai 2013 à 16:22 -0400, Brett Cannon a écrit : > > > > I don't understand why it's painful to backport. Can you explain? > > If I make a very minor fix to the docs I have to: > > # In a 3.3 checkout > Fix docs > Compile docs > Add Misc/NEWS entry > hg ci -m "repeat what I just said in Misc/NEWS" > hg push > cd ../default > hg merge 3.3 > Fix/revert Misc/NEWS (at least) > Compile docs (if fix is needed) > hg ci > hg push I honestly don't understand why you would mention doc fixes (even major ones) in Misc/NEWS. It's not a useful piece of information to have there. People want to know about bug fixes because they are affected by bugs, but doc fixes??
I think you misunderstood what he meant. Misc/NEWS is documentation. I believe he meant he won't fix typos in NEWS due to the make pain involved.
I'm the same way. I want nothing to do with news when making my changes because it ALWAYS gets in the way for any change not being done on head/default/tip only. If anything I prefer to leave news entries out of the commit they are related to to avoid news merges going wrong from messing up the real change. Hopefully I remember to write a news entry for it after the fact.
Regards Antoine.
python-committers mailing list python-committers at python.org http://mail.python.org/mailman/listinfo/python-committers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20130524/2be2450d/attachment-0001.html>
- Previous message: [python-committers] what's going on with Misc/NEWS?
- Next message: [python-committers] what's going on with Misc/NEWS?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]