Staging
v0.5.1
https://github.com/python/cpython
Revision d9b118284c629cba27fae7b4362933967a4715af authored by Miss Islington (bot) on 30 May 2018, 08:34:32 UTC, committed by Petr Viktorin on 30 May 2018, 08:34:32 UTC
* Add a space to ensurepip's --altinstall option
* Add periods to the arguments of ensurepip that didn't have it

This makes --help for all optional arguments consistent and also makes it
consistent with pip --help.
(cherry picked from commit e9537ad6a128924dd610bea2268065500c174181)

Co-authored-by: Wieland Hoffmann <mineo@users.noreply.github.com>
1 parent f952694
Raw File
Tip revision: d9b118284c629cba27fae7b4362933967a4715af authored by Miss Islington (bot) on 30 May 2018, 08:34:32 UTC
Improve ensurepip's --help (GH-4686) (GH-7238)
Tip revision: d9b1182
_overlapped.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top