New submission from STINNER Victor:

My PR https://github.com/python/cpython/pull/3106 failed because patchcheck 
wants me to normalize spaces of Modules/expat/siphash.h, whereas this file is 
copied from libexpat: see bpo-30947.

Attached PR changes Tools/scripts/patchcheck.py to ignore changes in 
Modules/expat/ and Modules/zlib/ subdirectories. The change also drops support 
for Mercurial, since CPython migrated to Git.

----------
messages: 300372
nosy: haypo
priority: normal
severity: normal
status: open
title: Tools/scripts/patchcheck.py must ignore changes in Modules/expat/ and 
Modules/zlib/ subdirectories
versions: Python 2.7, Python 3.6, Python 3.7

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

Reply via email to