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

Fix typo in #3713 #4482

Merged
merged 1 commit into from
Oct 8, 2021
Merged

Fix typo in #3713 #4482

merged 1 commit into from
Oct 8, 2021

Commits on Sep 3, 2021

  1. Fix oversight in python-poetry#3713

    When running `python` within the various shells made available on Windows by
    MSys2, `sysconfig.get_platform()` returns:
    
    * MSys2         : `msys-3.2.0-x86-64`
    * MinGW x32     : `mingw_i686`
    * MinGW x64     : `mingw_x86_64`
    * MinGW UCRT64  : `mingw_x86_64_ucrt`
    * MinGW Clang64 : `mingw_x86_64_clang`
    
    In the case that `sysconfig.get_platform()` *does* return `mingw` (with no
    suffix), this change should still work as expected.
    s0600204 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7d41a8b View commit details
    Browse the repository at this point in the history