[docs] [issue23081] Document PySequence_List(o) as equivalent to list(o)

Lars Buitinck report at bugs.python.org
Thu Dec 18 14:15:20 CET 2014


New submission from Lars Buitinck:

PySequence_List has accepted iterables since changeset 6c82277e77f3 of May 1, 2001 ("NEEDS DOC CHANGES" :), but its documentation still only speaks of sequences. I suggest that it is changed to promise to handle arbitrary iterables, just like PySequence_Tuple.

----------
assignee: docs at python
components: Documentation
files: PySequence_List-doc.patch
keywords: patch
messages: 232875
nosy: docs at python, larsmans
priority: normal
severity: normal
status: open
title: Document PySequence_List(o) as equivalent to list(o)
versions: Python 3.5
Added file: http://bugs.python.org/file37493/PySequence_List-doc.patch

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


More information about the docs mailing list