74
73
def internal_diff(old_filename, oldlines, new_filename, newlines, to_file,
75
74
allow_binary=False, sequence_matcher=None,
77
76
# FIXME: difflib is wrong if there is no trailing newline.
78
77
# The syntax used by patch seems to be "\ No newline at
79
78
# end of file" following the last diff line from that