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 chris.jerdonek
Recipients chris.jerdonek, docs@python
Date 2012-08-03.00:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343953234.25.0.0555174882779.issue15543@psf.upfronthosting.co.za>
In-reply-to
Content
"Universal newlines" of PEP 278 does not seem to have a central, linkable description within the documentation.  In particular, there does not seem to be a glossary entry or any index entries for it.

The main documentation seems to be in the middle of the documentation for the open() built-in function:

http://docs.python.org/dev/library/functions.html?highlight=open#open

But this does not feature prominently when searching for universal newlines in the "Quick Search".

This would allow us, for example, to reference and link to an explanation of universal newlines in the documentation for str.splitlines():

http://docs.python.org/dev/library/stdtypes.html#str.splitlines

I would be happy to provide a patch.
History
Date User Action Args
2012-08-03 00:20:34chris.jerdoneksetrecipients: + chris.jerdonek, docs@python
2012-08-03 00:20:34chris.jerdoneksetmessageid: <1343953234.25.0.0555174882779.issue15543@psf.upfronthosting.co.za>
2012-08-03 00:20:33chris.jerdoneklinkissue15543 messages
2012-08-03 00:20:32chris.jerdonekcreate