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 r.david.murray
Recipients barry, kitterma, r.david.murray
Date 2011-04-06.00:35:12
SpamBayes Score 0.07523076
Marked as misclassified No
Message-id <1302050112.96.0.46530234974.issue11492@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, it isn't broken, it's just that the default changed.  In 2.x, the default was maxlinelen=78, in 3.x, the default is maxlinelen=None (unlimited), but generator passes in an override of 78 when formatting output.  So you can specify an explicit maxlinelen=78 and that will wrap the headers in both 2.x and 3.x.  (There are differences in the wrapping algorithms, though!)
History
Date User Action Args
2011-04-06 00:35:13r.david.murraysetrecipients: + r.david.murray, barry, kitterma
2011-04-06 00:35:12r.david.murraysetmessageid: <1302050112.96.0.46530234974.issue11492@psf.upfronthosting.co.za>
2011-04-06 00:35:12r.david.murraylinkissue11492 messages
2011-04-06 00:35:12r.david.murraycreate