[New-bugs-announce] [issue20264] Update patchcheck to looks for files with clinic comments

Meador Inge report at bugs.python.org
Wed Jan 15 04:12:39 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20264>
_______________________________________


More information about the New-bugs-announce mailing list