I can successfully compare two files using the Gnu diff command and the switch: --ignore-all-space.
diff
--ignore-all-space
I would now like to do the same in Pytho