[Python-checkins] cpython (3.4): Issue #22232 (partial fix): update Universal newlines Glossary entry.

terry.reedy python-checkins at python.org
Sun Aug 24 00:30:01 CEST 2014


http://hg.python.org/cpython/rev/3ad59ed0f4f0
changeset:   92211:3ad59ed0f4f0
branch:      3.4
parent:      92208:5b414fda0513
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 23 18:28:44 2014 -0400
summary:
  Issue #22232 (partial fix): update Universal newlines Glossary entry.

files:
  Doc/glossary.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -848,7 +848,7 @@
       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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list