[2.7] bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by miss-islington · Pull Request #5900 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Feb 25, 2018

edited by bedevere-bot

Loading

Dropped the part that says: "For objects that do not provide sequence protocol".
(cherry picked from commit 7a1e178)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue32500

…ence_Length() (pythonGH-5767)

Dropped the part that says: "For objects that do not provide sequence protocol".
(cherry picked from commit 7a1e178)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@ZackerySpytz and @Mariatta: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit ecaa372 into python:2.7

Feb 25, 2018

@miss-islington

Copy link Copy Markdown

Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-7a1e178-2.7 branch

February 25, 2018 21:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Mariatta Mariatta Mariatta approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @Mariatta @the-knights-who-say-ni @bedevere-bot @ZackerySpytz