G
Grant Edwards
And how does that affect a Python program? The same as it does a C
program.
Different line-endings are tolerated by Python just as well as they
are by C.
program.
Putting it back in context, it doesn't matter. Seeb's point stands.
diff -b was designed because there are so many tools and channels that
mangle whitespace. Changes in something such as brace style would make
non-whitespace changes that would not be eliminated by diff -b.
Probably the biggest reason for -b is for handling the differences in line
endings used on different platforms.
Different line-endings are tolerated by Python just as well as they
are by C.