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 gjb1002
Recipients gjb1002
Date 2011-01-17.15:44:02
SpamBayes Score 0.008625814
Marked as misclassified No
Message-id <1295279046.42.0.435111163054.issue10927@psf.upfronthosting.co.za>
In-reply-to
Content
It would be useful to compare the contents of two files while not caring what platform they were produced on, perhaps a universal_line_endings parameter to e.g. filecmp.cmp and possibly other methods.

At the moment opening the files with "rb" is hardcoded in filecmp.py.

If there is another way to achieve this, please enlighten me...
History
Date User Action Args
2011-01-17 15:44:06gjb1002setrecipients: + gjb1002
2011-01-17 15:44:06gjb1002setmessageid: <1295279046.42.0.435111163054.issue10927@psf.upfronthosting.co.za>
2011-01-17 15:44:02gjb1002linkissue10927 messages
2011-01-17 15:44:02gjb1002create