]> granicus.if.org Git - python/commit
Convert splitlines to for-loop (handles case where input does not have a trailing...
authorRaymond Hettinger <python@rcn.com>
Tue, 8 Feb 2005 15:39:11 +0000 (15:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 8 Feb 2005 15:39:11 +0000 (15:39 +0000)
commit508e81eda0fea2d8c8679d21887ee08c94da8eaa
tree05af8c0b776e167037be8db9b645a93fad377c25
parenta9620d1e2b9501481aefdb1be1960585eb701534
Convert splitlines to for-loop (handles case where input does not have a trailing newline).
Lib/rfc822.py