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-31.02:35:37
SpamBayes Score 5.5440737e-06
Marked as misclassified No
Message-id <1314758138.69.0.705205578449.issue12855@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch for 2.7 and will attach one for 3.2 in a minute.

I built the docs for both 2.7 and 3.2 and verified that there were no warnings and that the resulting web pages looked okay.

Things to consider:

* Placement of unicode.splitlines() method: I placed it next to str.splitlines. I didn't want to place it with the unicode methods further down because docs say "The following methods are present only on unicode objects"

* The docs for codecs.readlines() already mentions "Line-endings are implemented using the codec’s decoder method and are included in the list entries if keepends is true." 

* Feel free to make any wording/style suggestions.
History
Date User Action Args
2011-08-31 02:35:38Matthew.Boehmsetrecipients: + Matthew.Boehm, vstinner, docs@python
2011-08-31 02:35:38Matthew.Boehmsetmessageid: <1314758138.69.0.705205578449.issue12855@psf.upfronthosting.co.za>
2011-08-31 02:35:38Matthew.Boehmlinkissue12855 messages
2011-08-31 02:35:37Matthew.Boehmcreate