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 Pam.McANulty
Recipients Pam.McANulty, fdrake, pitrou
Date 2013-04-18.01:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366249675.31.0.40756781917.issue17530@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new version.  It looks more like the str_parts patch and uses parentheses instead of continuation as suggested.

Sample output:
>>> pprint.pprint(b"\n\na\x00", width=1)
   (b'\n'
    b'\n'
    b'a'
    b'\x00')
History
Date User Action Args
2013-04-18 01:47:55Pam.McANultysetrecipients: + Pam.McANulty, fdrake, pitrou
2013-04-18 01:47:55Pam.McANultysetmessageid: <1366249675.31.0.40756781917.issue17530@psf.upfronthosting.co.za>
2013-04-18 01:47:55Pam.McANultylinkissue17530 messages
2013-04-18 01:47:55Pam.McANultycreate