Python | os.environ.get Vs os.getenv
Context
Question
What is the difference between os.environ.get and os.getenv?
Answer
They are the same
- https://stackoverflow.com/questions/16924471/difference-between-os-getenv-and-os-environ-get
- https://stackoverflow.com/questions/10952507/when-would-os-environfoo-not-match-os-getenvfoo
- https://github.com/python/cpython/blob/5fb1c08e15b864d8ea9353a0e013166e2e0e2160/Lib/os.py#L779
What I Learned
Resources
Tags: