Skip to content

bpo-5945: Improve mappings and sequences C API docs. - #7029

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:map-seq-c-api-docs
May 22, 2018
Merged

bpo-5945: Improve mappings and sequences C API docs.#7029
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:map-seq-c-api-docs

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented May 21, 2018

Copy link
Copy Markdown
Member

This fixes bpo-5945, but may also have relations to other open documentation issues.

https://bugs.python.org/issue5945

@willingcwillingc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @serhiy-storchaka for these clear and helpful doc changes

@serhiy-storchaka
serhiy-storchaka merged commit f5b1183 into python:masterMay 22, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 22, 2018
(cherry picked from commit f5b1183)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-7045 is a backport of this pull request to the 3.7 branch.

@serhiy-storchaka

Copy link
Copy Markdown
MemberAuthor

Thanks @willingc for your review.

@serhiy-storchaka
serhiy-storchaka deleted the map-seq-c-api-docs branch May 22, 2018 08:03
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker f5b1183610d5888db3bbd639b1a0c945dbd8f8dd 3.6

miss-islington added a commit that referenced this pull request May 22, 2018
(cherry picked from commit f5b1183)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request May 22, 2018
…7029).
(cherry picked from commit f5b1183)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-7049 is a backport of this pull request to the 3.6 branch.

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

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@serhiy-storchaka@miss-islington@bedevere-bot@willingc@the-knights-who-say-ni