[issue18053] Add checks for Misc/NEWS in make patchcheck

2014-12-02 Thread Brett Cannon

Brett Cannon added the comment:

If it's bugging you, Terry, feel free to delete that part of the check as it's 
of more use to core devs and we won't forget.

--
assignee:  - terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2014-12-02 Thread Terry J. Reedy

Terry J. Reedy added the comment:

 As of now the patchcheck utility adds a notice to modify Misc/NEWS for every 
 patch.
Patchcheck truthfully reports whether /docs, ACKS, and NEWS have been modified. 
I do not read it as saying anything about whether they *should* be updated.  
For Docs and NEWS, *should* is a judgement call for core devs, which would be 
very hard to automate.  The only remotely simple check would be whether a NEWS 
item contains a name not in ACKS, and even that is only a suggestion.  So lets 
leave it alone.

--
resolution:  - rejected
stage: needs patch - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2014-12-01 Thread Terry J. Reedy

Terry J. Reedy added the comment:

To me, the line about a NEWS entry is useless noise.  I would prefer that it be 
removed entirely.  If it is kept, then leave it alone and close this.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-06-08 Thread Ezio Melotti

Ezio Melotti added the comment:

Not sure it's worth making the logic more complicated just to save one line in 
some occasions.  Hiding the messages about configure and pyconfig.h.in when 
they are not needed would save two lines and it should be simpler to do, but if 
you have something specific in mind feel free to propose a patch.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-06-08 Thread R. David Murray

R. David Murray added the comment:

It's not about saving lines in the output, it's about saving space in the 
developer's brain/workflow efficiency.  That said, it is only valuable if it is 
reasonably reliable.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-06-03 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti
stage:  - needs patch
type:  - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-05-25 Thread Brett Cannon

Brett Cannon added the comment:

There isn't really a maintainer. I originally wrote it to help out new 
developers, but no one owns it. We just let people submit fixes they find 
useful and add them.

--
components: +Demos and Tools
versions:  -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-05-24 Thread Yogesh Chaudhari

New submission from Yogesh Chaudhari:

Based on the threads about 
http://mail.python.org/pipermail/python-committers/2013-May/002529.html and 
discussion on http://bugs.python.org/issue17953; It would be good to add some 
(very high level)checks inside patchcheck that will tell the user if Misc/NEWS 
needs to be updated for the patch created. 

As of now the patchcheck utility adds a notice to modify Misc/NEWS for every 
patch. IMO this notice should be based on some simple checks.
eg:
number of lines modified and/or directories changed (that might give a clue 
about ignoring minor changes in documentation and considering changes in Python 
core or major changes in Libs etc) based on which make patchcheck should 
generate warnings for changing Misc/NEWS.

--
messages: 189942
nosy: Yogesh.Chaudhari
priority: normal
severity: normal
status: open
title: Add checks for Misc/NEWS in make patchcheck

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18053] Add checks for Misc/NEWS in make patchcheck

2013-05-24 Thread Yogesh Chaudhari

Yogesh Chaudhari added the comment:

I am not sure which component patchcheck corresponds to, so I have left that 
out and added people on nosy list in http://bugs.python.org/issue17953. If I 
have missed the concerned maintainer, kindly let me know.

--
nosy: +brett.cannon, pitrou, r.david.murray, terry.reedy
versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 
3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18053
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com