commit | dac67ac8bf994b336748283fa25602639c6a9bf4 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jun 19 22:48:10 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Jun 19 22:48:10 2001 +0000 |
tree | 177f7d830239f33906d7f9a83429072937c2bdab | |
parent | fb3e54fd992e6b37bf64fe1569bce5f956ef2756 [diff] |
encode(): Fixed the handling of soft line breaks for lines over 76 characters in length. Remember that when calculating the soft breaks, the trailing `=' sign counts against the max length!