This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, brett.cannon, eric.araujo, mark.dickinson, pitrou
Date 2010-07-05.04:34:56
SpamBayes Score 0.04034851
Marked as misclassified No
Message-id <1278304500.77.0.527816756085.issue8912@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, it looks like patchcheck does not fix trailing whitespace in c files:


$ grep ' $' Modules/datetimemodule.c| cat -ve
    $
                   GET_TD_DAYS(offset1) * 86400 - $
                Py_DECREF(offset);                $
	    if ((offset1 != offset2) && $
 $
$ make patchcheck
-----------------------------------------------
Modules/Setup.dist is newer than Modules/Setup;
check to make sure you have all the updates you
need in your Modules/Setup file.
Usually, copying Modules/Setup.dist to Modules/Setup will work.
-----------------------------------------------
./python.exe ./Tools/scripts/patchcheck.py
Getting the list of files that have been added/changed ... 1 file
Fixing whitespace ... 0 files
Docs modified ... NO
Misc/ACKS updated ... NO
Misc/NEWS updated ... NO

Did you run the test suite?
History
Date User Action Args
2010-07-05 04:35:02belopolskysetrecipients: + belopolsky, brett.cannon, mark.dickinson, pitrou, eric.araujo
2010-07-05 04:35:00belopolskysetmessageid: <1278304500.77.0.527816756085.issue8912@psf.upfronthosting.co.za>
2010-07-05 04:34:58belopolskylinkissue8912 messages
2010-07-05 04:34:56belopolskycreate