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 serhiy.storchaka
Recipients chris.jerdonek, georg.brandl, ned.deily, pitrou, serhiy.storchaka
Date 2012-08-04.20:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344113391.26.0.140392970821.issue15550@psf.upfronthosting.co.za>
In-reply-to
Content
I found a few files where trailing spaces are significant (patches, RTF, test data). Excluding them and three generated file (Unicode data, generating scripts should be smarter), I divided the remaining into several parts:

1) the libffi library;
2) the libmpdec library;
3) other C sources;
4) the rest of the files (mainly readme-like files and build scripts).
History
Date User Action Args
2012-08-04 20:49:52serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, ned.deily, chris.jerdonek
2012-08-04 20:49:51serhiy.storchakasetmessageid: <1344113391.26.0.140392970821.issue15550@psf.upfronthosting.co.za>
2012-08-04 20:49:50serhiy.storchakalinkissue15550 messages
2012-08-04 20:49:49serhiy.storchakacreate