Mark Dickinson <dicki...@gmail.com> added the comment:

Hmm.  Not in my version of diff:  it seems to use '\ No newline at end of file' 
for both unified and 'normal' diffs.

$ diff --version
diff (GNU diffutils) 2.8.1
Copyright (C) 2002 Free Software Foundation, Inc.
...

$ diff 1.txt 2.txt
2c2
< two
\ No newline at end of file
---
> two

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2142>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to