Staging
v0.5.1
https://github.com/python/cpython
Revision 1f2cc7cedee1a768ee43151c115f6e338751eb8c authored by Miss Islington (bot) on 26 May 2020, 04:15:52 UTC, committed by GitHub on 26 May 2020, 04:15:52 UTC
(cherry picked from commit 4a0ac42c52a4d9ccfb0a78ab02aa03172ce0e31a)

Co-authored-by: sth <sth.dev@tejp.de>
1 parent 331b2df
Raw File
Tip revision: 1f2cc7cedee1a768ee43151c115f6e338751eb8c authored by Miss Islington (bot) on 26 May 2020, 04:15:52 UTC
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403)
Tip revision: 1f2cc7c
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top