Staging
v0.5.1
https://github.com/python/cpython
Revision cbbf7461862fd1fb497ed32d09b1328250fd85c9 authored by Miss Islington (bot) on 11 April 2018, 18:58:09 UTC, committed by GitHub on 11 April 2018, 18:58:09 UTC

The examples in argparse documentation use `error: too few arguments`
error message which was removed in this commit f97c59a in 2011.
(cherry picked from commit 04e82934659487ecae76bf4a2db7f92c8dbe0d25)

Co-authored-by: suic86 <marko.gabriel.cz@gmail.com>
1 parent 4dc3c8f
Raw File
Tip revision: cbbf7461862fd1fb497ed32d09b1328250fd85c9 authored by Miss Islington (bot) on 11 April 2018, 18:58:09 UTC
Fix error messages in argparse examples (GH-6435)
Tip revision: cbbf746
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top