]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
__init__(): The docstring was incorrect regarding how header wrapping
authorBarry Warsaw <barry@python.org>
Wed, 19 Nov 2003 02:19:43 +0000 (02:19 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 19 Nov 2003 02:19:43 +0000 (02:19 +0000)
commit717501e9aeb0efa0f5003b3417e2fdec0b1d8f56
treed7f6d0f74f4b47b01f284dda5c3c2e9d124856a2
parente00b9b56fe8df010c623f04f0c4ddf5b1f468eff
__init__(): The docstring was incorrect regarding how header wrapping
gets done when maxheaderlen <> 0.  The header really gets wrapped via
the email.Header.Header class, which has a more sophisticated
algorithm than just splitting on semi-colons.
Lib/email/Generator.py