This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lars
Recipients docs@python, lars
Date 2014-12-18.13:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418908520.28.0.480794985208.issue23081@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-18 13:15:20larssetrecipients: + lars, docs@python
2014-12-18 13:15:20larssetmessageid: <1418908520.28.0.480794985208.issue23081@psf.upfronthosting.co.za>
2014-12-18 13:15:20larslinkissue23081 messages
2014-12-18 13:15:20larscreate