[New-bugs-announce] [issue14957] Improve docs for str.splitlines

Nick Coghlan report at bugs.python.org
Wed May 30 00:34:50 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

The docs for str.splitlines() should explain:

1. That it uses the universal newlines approach to splitting lines
2. That unlike str.split() a trailing empty line is *not* included in the resulting list

----------
assignee: docs at python
components: Documentation
messages: 161915
nosy: docs at python, ncoghlan
priority: normal
severity: normal
status: open
title: Improve docs for str.splitlines
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14957>
_______________________________________


More information about the New-bugs-announce mailing list