This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gagern
Recipients barry, brian.curtin, collinwinter, gagern, georg.brandl, r.david.murray
Date 2010-01-16.09:15:16
SpamBayes Score 0.00086201646
Marked as misclassified No
Message-id <1263633321.41.0.458058664822.issue1670765@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the corresponding path for python3 (py3k branch). It's mostly the same, except for one additional test which ensures header preservation even if the maxheaderlen argument to Message.as_string is greater than 0. It's called test_long_headers_as_string_maxheaderlen.
History
Date User Action Args
2010-01-16 09:15:21gagernsetrecipients: + gagern, barry, georg.brandl, collinwinter, r.david.murray, brian.curtin
2010-01-16 09:15:21gagernsetmessageid: <1263633321.41.0.458058664822.issue1670765@psf.upfronthosting.co.za>
2010-01-16 09:15:19gagernlinkissue1670765 messages
2010-01-16 09:15:19gagerncreate