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 Matthew.Boehm
Recipients Matthew.Boehm, docs@python, vstinner
Date 2011-08-30.14:46:45
SpamBayes Score 1.0845828e-09
Marked as misclassified No
Message-id <1314715606.44.0.47182649975.issue12855@psf.upfronthosting.co.za>
In-reply-to
Content
I can fix the patch to list all the unicode line boundaries. The three places I've considered putting it are:

1. On the howto/unicode.html

2. Somewhere in the stdtypes.html#typesseq description (maybe with other notes at the bottom)

3. As a note to the stdtypes.html#str.splitlines method description (where it is in the previous patch.)

I can move it to any of these places if you think it's a better fit. I'll fix the list so that it's complete, add a note about \x0b and \x0c being added in 2.7/3.2, and possibly reference it from StreamReader.readline.

After confirming that my documentation matches the style guide, I'll make the docs, test the output, and upload a patch. I can do this for 2.7, 3.2 and 3.3 separately.

Let me know if that sounds good and if you have any further thoughts. I should be able to upload new patches in 10 hours (after work today).
History
Date User Action Args
2011-08-30 14:46:46Matthew.Boehmsetrecipients: + Matthew.Boehm, vstinner, docs@python
2011-08-30 14:46:46Matthew.Boehmsetmessageid: <1314715606.44.0.47182649975.issue12855@psf.upfronthosting.co.za>
2011-08-30 14:46:45Matthew.Boehmlinkissue12855 messages
2011-08-30 14:46:45Matthew.Boehmcreate