-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-101754: document that on Windows, keys in os.environ
are converted to uppercase
#101840
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
Looks fine. I think we can move it up to just below the "On Unix" paragraph that talks about encodings. The uppercasing is handled in roughly the same way that the encoding is, so may as well be presented at the same level. |
Thanks @zooba, I've moved it to a new paragraph just below the "On Unix" one. Here's how it looks now Please let me know if there is anything else :) |
That's great, thanks! |
GH-102393 is a backport of this pull request to the 3.10 branch. |
…to uppercase (pythonGH-101840) (cherry picked from commit 4e7c0cb) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
GH-102394 is a backport of this pull request to the 3.11 branch. |
…to uppercase (pythonGH-101840) (cherry picked from commit 4e7c0cb) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
* main: pythongh-102021 : Allow multiple input files for interpreter loop generator (python#102022) Add import of `unittest.mock.Mock` in documentation (python#102346) pythongh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (python#102390) pythongh-101754: Document that Windows converts keys in `os.environ` to uppercase (pythonGH-101840) pythongh-102324: Improve tests of `typing.override` (python#102325)
Tries to fix #101754.
Relevant:
This PR adds the third note:
os.environ
forcibly upper-cases keys on case-insensitive OSs #101754