]> granicus.if.org Git - python/commit
#11605: don't use set/get_payload in feedparser; they do conversions.
authorR David Murray <rdmurray@bitdance.com>
Wed, 6 Apr 2011 12:13:02 +0000 (08:13 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 6 Apr 2011 12:13:02 +0000 (08:13 -0400)
commitc5c147289556d9941876bb4b209412ad52731eb0
treef0fa8df167f2096f200c081858bf90496b3bb563
parentae664fb528c86da44fbb9350cca05659c206bfc2
#11605: don't use set/get_payload in feedparser; they do conversions.

Really the whole API needs to be gone over to restore the
separation of concerns; but that's what email6 is about.
Lib/email/feedparser.py
Lib/email/test/test_email.py
Misc/NEWS