[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