Changes by Kenneth Arnold :
--
nosy: -kcarnold
___
Python tracker
<http://bugs.python.org/issue504152>
___
___
Python-bugs-list mailing list
Unsubscribe:
Kenneth Arnold added the comment:
I can confirm that (a) this exact behavior is happening and (b) it quite
confused me (most of the time it works!). What would be a "good"
TypeError? I'd vote for generators to be explicitly supported even if it
required a special case. Thanks!
Kenneth Arnold <[EMAIL PROTECTED]> added the comment:
This issue still seems to be present in Python 2.5's email module.
feedparser.py line 444-445 says:
# XXX reconsider the joining of folded lines
lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
I think that sho