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, r.david.murray, silane, xtreak
Date 2018-09-25.19:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537903433.54.0.545547206417.issue34800@psf.upfronthosting.co.za>
In-reply-to
Content
An unlimited line length would certainly satisfy the required minimum.  As silane indicates, if max_line_length is 0 or None, the serializer is not supposed to wrap lines.  (In fact one would like to have the option to control this separately for the headers and the body, but currently the policy does not have knobs for that.)

So, this is a bug.
History
Date User Action Args
2018-09-25 19:23:53r.david.murraysetrecipients: + r.david.murray, barry, xtreak, silane
2018-09-25 19:23:53r.david.murraysetmessageid: <1537903433.54.0.545547206417.issue34800@psf.upfronthosting.co.za>
2018-09-25 19:23:53r.david.murraylinkissue34800 messages
2018-09-25 19:23:53r.david.murraycreate