New submission from Geoffrey Bache <[email protected]>: 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... ---------- components: Library (Lib) messages: 126405 nosy: gjb1002 priority: normal severity: normal status: open title: Allow universal line endings in filecmp module type: feature request _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10927> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
