New submission from Meador Inge:

It has been noted a few times that someone might forget to re-run
clinic.py after updating the argument clinic comments.  The attached
patch adds a new check to patchcheck.py to note when files containing
argument clinic comments have been changed.  You could take it a step
further and deduce if the lines ranges within the comments were actually
changed, but let's start out simple.

----------
assignee: meador.inge
components: Build
files: patchcheck-clinic.patch
keywords: patch
messages: 208132
nosy: larry, meador.inge
priority: normal
severity: normal
stage: patch review
status: open
title: Update patchcheck to looks for files with clinic comments
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33471/patchcheck-clinic.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to