]> granicus.if.org Git - python/commit
encode(): Fixed the handling of soft line breaks for lines over 76
authorBarry Warsaw <barry@python.org>
Tue, 19 Jun 2001 22:48:10 +0000 (22:48 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Jun 2001 22:48:10 +0000 (22:48 +0000)
commitdac67ac8bf994b336748283fa25602639c6a9bf4
tree177f7d830239f33906d7f9a83429072937c2bdab
parentfb3e54fd992e6b37bf64fe1569bce5f956ef2756
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!
Lib/quopri.py