]> 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:23:01 +0000 (02:23 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 19 Nov 2003 02:23:01 +0000 (02:23 +0000)
commitb03136ad527579b93fa62cbf80d61511d41a839c
tree5ee1f638088f247c1f0a7ec9d8800e362fcf8e9c
parentf8d3bcc77eb72d354d14ae7c72d40aace3c42c27
__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