-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix typo in xml.dom.minidom documentation #10956
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
Conversation
@e-kwsm: Status check is done, and it's a success ✅ . |
Thanks @e-kwsm for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Sorry, @e-kwsm, I could not cleanly backport this to |
Sorry, @e-kwsm, I could not cleanly backport this to |
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>
GH-10960 is a backport of this pull request to the 2.7 branch. |
GH-10961 is a backport of this pull request to the 3.7 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 python#10814.. (cherry picked from commit 2d8f976) Co-authored-by: E Kawashima <e-kwsm@users.noreply.github.com>
GH-10962 is a backport of this pull request to the 3.6 branch. |
Escape the \t and \n.
Follow up from #10814.