commit | f8d3bcc77eb72d354d14ae7c72d40aace3c42c27 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Nov 19 02:22:36 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Nov 19 02:22:36 2003 +0000 |
tree | 3f5f09009ea584b07a69c6870df8e67ebb9f7d24 | |
parent | 3997f58a0c147cee83203ef731e2541c10557335 [diff] |
Generator's constructor: The documentation 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.