Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Fix Default Argument Values of xml.dom.minidom.Document.toprettyxml #10814

Merged
merged 1 commit into from Nov 30, 2018

Conversation

e-kwsm
Copy link
Contributor

@e-kwsm e-kwsm commented Nov 30, 2018

The document is inconsistent with

def toprettyxml(self, indent="\t", newl="\n", encoding=None):

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels Nov 30, 2018
@e-kwsm e-kwsm changed the title [Docs] Fix signature of xml.dom.minidom.Document.toprettyxml [Docs] Fix Default Argument Values of xml.dom.minidom.Document.toprettyxml Nov 30, 2018
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry, @e-kwsm and @serhiy-storchaka, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b7c2182604d5796b5af4c837991aa0b8c8a2d41f 3.7

@miss-islington
Copy link
Contributor

Sorry, @e-kwsm and @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 b7c2182604d5796b5af4c837991aa0b8c8a2d41f 3.6

@miss-islington
Copy link
Contributor

Sorry, @e-kwsm and @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b7c2182604d5796b5af4c837991aa0b8c8a2d41f 2.7

e-kwsm added a commit to e-kwsm/cpython that referenced this pull request Nov 30, 2018
e-kwsm added a commit to e-kwsm/cpython that referenced this pull request Nov 30, 2018
…nGH-10814).

(cherry picked from commit b7c2182)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
e-kwsm added a commit to e-kwsm/cpython that referenced this pull request Nov 30, 2018
e-kwsm added a commit to e-kwsm/cpython that referenced this pull request Nov 30, 2018
…nGH-10814).

(cherry picked from commit b7c2182)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
@e-kwsm e-kwsm deleted the fix-docs-Node.toprettyxml branch November 30, 2018 16:23
e-kwsm added a commit to e-kwsm/cpython that referenced this pull request Nov 30, 2018
…nGH-10814).

(cherry picked from commit b7c2182)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
@bedevere-bot
Copy link

GH-10827 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka pushed a commit that referenced this pull request Dec 1, 2018
@bedevere-bot
Copy link

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

@bedevere-bot
Copy link

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

serhiy-storchaka pushed a commit that referenced this pull request Dec 1, 2018
@serhiy-storchaka serhiy-storchaka removed their assignment Dec 5, 2018
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 5, 2018
Escape the \t and \n.
Follow up from python#10814.
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
miss-islington pushed a commit that referenced this pull request Dec 5, 2018
Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Dec 5, 2018
Escape the \t and \n.
Follow up from python#10814..
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Dec 5, 2018
Escape the \t and \n.
Follow up from python#10814..
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
miss-islington added a commit that referenced this pull request Dec 5, 2018
Escape the \t and \n.
Follow up from #10814.
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
miss-islington pushed a commit that referenced this pull request Dec 5, 2018
Escape the \t and \n.
Follow up from #10814..
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
miss-islington pushed a commit that referenced this pull request Dec 6, 2018
Escape the \t and \n.
Follow up from #10814..
(cherry picked from commit 2d8f976)

Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants