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
[Docs] Fix Default Argument Values of xml.dom.minidom.Document.toprettyxml #10814
Conversation
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. |
Sorry, @e-kwsm and @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @e-kwsm and @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @e-kwsm and @serhiy-storchaka, I could not cleanly backport this to |
) (cherry picked from commit b7c2182)
…nGH-10814). (cherry picked from commit b7c2182) Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
) (cherry picked from commit b7c2182)
…nGH-10814). (cherry picked from commit b7c2182) Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
…nGH-10814). (cherry picked from commit b7c2182) Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
GH-10827 is a backport of this pull request to the 2.7 branch. |
GH-10824 is a backport of this pull request to the 3.7 branch. |
GH-10825 is a backport of this pull request to the 3.6 branch. |
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>
Escape the \t and \n. Follow up from #10814.
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>
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>
The document is inconsistent with
cpython/Lib/xml/dom/minidom.py
Line 49 in 55e4980