Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

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

Merged
serhiy-storchaka merged 1 commit into
python:masterpython/cpython:masterfrom
e-kwsm:fix-docs-Node.toprettyxmle-kwsm/cpython:fix-docs-Node.toprettyxmlCopy head branch name to clipboard
Nov 30, 2018
Merged

[Docs] Fix Default Argument Values of xml.dom.minidom.Document.toprettyxml#10814
serhiy-storchaka merged 1 commit into
python:masterpython/cpython:masterfrom
e-kwsm:fix-docs-Node.toprettyxmle-kwsm/cpython:fix-docs-Node.toprettyxmlCopy head branch name to clipboard

Conversation

@e-kwsm

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

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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

@bedevere-bot

Copy link
Copy Markdown

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.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.