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

Nitpick:  shouldn't that

    len(line) > 79

be

    len(line) > 80

?  Either that, or strip the line ending from the line before computing its 
length.

----------
nosy: +mark.dickinson

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

Reply via email to