From: Terry Jan Reedy Date: Sat, 23 Aug 2014 22:28:44 +0000 (-0400) Subject: Issue #22232 (partial fix): update Universal newlines Glossary entry. X-Git-Tag: v3.4.2rc1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=004e87048acaf0339e5ec0e564e4de45c3627eb4;p=python Issue #22232 (partial fix): update Universal newlines Glossary entry. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f71a1f72e5..1093376584 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -848,7 +848,7 @@ Glossary recognized as ending a line: the Unix end-of-line convention ``'\n'``, the Windows convention ``'\r\n'``, and the old Macintosh convention ``'\r'``. See :pep:`278` and :pep:`3116`, as well as - :func:`str.splitlines` for an additional use. + :func:`bytes.splitlines` for an additional use. view The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and