bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6#10264
bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6#10264miss-islington merged 1 commit intopython:masterfrom
Conversation
ae10dfd to
1650289
Compare
There was a problem hiding this comment.
Any ReST experts (or someone with a build of this) know whether hyphens are handled properly across line breaks? Will this end up as "Non-character" or "Non- character"?
There was a problem hiding this comment.
Pretty sure line breaks turn into spaces, just like in HTML.
There was a problem hiding this comment.
According to my local Docs build, it is indeed rendered as "Non- character".
It should now be alright.
There was a problem hiding this comment.
Pretty sure line breaks turn into spaces, just like in HTML.
There was a problem hiding this comment.
Might need clarifying that “this value” is the character encoding. Put the blank line back to make a separate paragraph, or try “you can override the character encoding by . . .”
|
There is another option, Thank you for your contrib. |
|
Oh alright, I didn't know that. I will update my PR to include this. Thanks for your help. |
|
My feeling is that this is a bit of a "wall of text" and should probably be reworded for clarity. I've proposed alternative text on the bpo issue. |
|
Since this PR is approved by @pfmoore, could someone maybe merge it? |
|
@pfmoore @Mariatta |
|
Sorry, I can't merge this PR. Reason: |
|
Thanks @lysnikolaou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
GH-11860 is a backport of this pull request to the 3.7 branch. |
…e in 3.6 (pythonGH-10264) Documentation of sys.stdin/out/err update to reflect change in 3.6 on Windows to use UTF-8. Wording by Eryk Sun and Paul Moore. https://bugs.python.org/issue30410 (cherry picked from commit 5723263) Co-authored-by: Lysandros Nikolaou <[email protected]>
…e in 3.6 (GH-10264) Documentation of sys.stdin/out/err update to reflect change in 3.6 on Windows to use UTF-8. Wording by Eryk Sun and Paul Moore. https://bugs.python.org/issue30410 (cherry picked from commit 5723263) Co-authored-by: Lysandros Nikolaou <[email protected]>
Documentation of sys.stdin/out/err update to reflect change in 3.6 on Windows to use UTF-8.
Wording by Eryk Sun and Paul Moore.
https://bugs.python.org/issue30410