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@python
components: Documentation
files: PySequence_List-doc.patch
keywords: patch
messages: 232875
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to