Raymond Hettinger added the comment:

> Of course I can understand if all this is out of the scope of difflib and not 
> an endeavor worth taking up.

I agree with that sentiment.  Data normalization for comparability belongs 
upstream from difflib (i.e. normalizing line-endings, unicode normalization, 
case folding, etc).  Difflib's job is to compute a diff.

----------
nosy: +rhettinger
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to