]> granicus.if.org Git - python/commit
_dispatch(): Use get_content_maintype() and get_content_subtype() to
authorBarry Warsaw <barry@python.org>
Tue, 20 Aug 2002 14:47:30 +0000 (14:47 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 20 Aug 2002 14:47:30 +0000 (14:47 +0000)
commitdfea3b3963228fc149c586463b01fcaf39510902
tree9642e744539d5597d4c0a93b609ffde02a7c25b8
parent75585d4ec18c3b4d42d033c0004a61b6d0704d30
_dispatch(): Use get_content_maintype() and get_content_subtype() to
get the MIME main and sub types, instead of getting the whole ctype
and splitting it here.   The two more specific methods now correctly
implement RFC 2045, section 5.2.
Lib/email/Generator.py