Skip to content
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

modules.cmdmod: handle windows environ better #52472

Closed
wants to merge 6 commits into from

Commits on Apr 10, 2019

  1. modules.cmdmod: handle windows environ better

    python exposes an nt.environ for case insensitive environment behavior
    that is native to windows; so it makes sense to use this instead of
    os.environ to avoid enexpected behavior and failure.
    
    further detail: https://bugs.python.org/issue28824
    mattp- committed Apr 10, 2019
    Copy the full SHA
    ebf6df4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Copy the full SHA
    5af0a6b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Copy the full SHA
    3073a13 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    6fa050f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d0b028d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Copy the full SHA
    1e5b6a7 View commit details
    Browse the repository at this point in the history