[issue22663] patchcheck alters content of .png files

2014-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d53b34dd493 by Georg Brandl in branch '2.7': Closes #22663: patchcheck: only modify text files under Doc/ https://hg.python.org/cpython/rev/4d53b34dd493 -- ___ Python tracker

[issue22663] patchcheck alters content of .png files

2014-10-19 Thread Georg Brandl
Georg Brandl added the comment: What's actually curious is "Getting the list of files that have been added/changed ... 448 files". What does "hg status" say? Why are there 448 changed files? This is of course still a bug in patchcheck.py, it shouldn't touch non-RST files. -- _

[issue22663] patchcheck alters content of .png files

2014-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3fa5d6a4bf78 by Georg Brandl in branch '3.4': Closes #22663: patchcheck: only modify text files under Doc/ https://hg.python.org/cpython/rev/3fa5d6a4bf78 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue22663] patchcheck alters content of .png files

2014-10-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: I can't reproduce. Which platform are you on? -- nosy: +georg.brandl, pitrou ___ Python tracker ___

[issue22663] patchcheck alters content of .png files

2014-10-17 Thread Robert Collins
New submission from Robert Collins: cpython.hg$ make patchcheck ./python ./Tools/scripts/patchcheck.py Getting the list of files that have been added/changed ... 448 files Fixing whitespace ... 0 files Fixing C file whitespace ... 5 files: Include/patchlevel.h Modules/_ctypes/callbacks.c Mo