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 wsanchez
Recipients brett.cannon, steveha, vinay.sajip, wsanchez
Date 2018-05-25.22:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527286060.05.0.682650639539.issue33510@psf.upfronthosting.co.za>
In-reply-to
Content
Please consider using RFC 7464 (JSON Text Sequences).

This allows detection of truncated JSON events without losing the following event.  It allows newlines in the JSON data.

All this involves is adding an RS between events.
History
Date User Action Args
2018-05-25 22:07:40wsanchezsetrecipients: + wsanchez, brett.cannon, vinay.sajip, steveha
2018-05-25 22:07:40wsanchezsetmessageid: <1527286060.05.0.682650639539.issue33510@psf.upfronthosting.co.za>
2018-05-25 22:07:40wsanchezlinkissue33510 messages
2018-05-25 22:07:40wsanchezcreate