]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug
authorBarry Warsaw <barry@python.org>
Mon, 21 Oct 2002 05:29:53 +0000 (05:29 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 21 Oct 2002 05:29:53 +0000 (05:29 +0000)
commit3d57589f0fe4e682df2961294b5cf23571cab70f
tree8cb98bee65ab483de350cbdb8cfe5657b3fe4fb1
parentfca3bb6a296f3d6bc9e0c0eea43e7da7051c94e7
body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug
#625509.  This isn't a huge problem because at the moment there are no
built-in charsets for which header_encoding is QP but body_encoding is
not.
Lib/email/Charset.py