Staging
v0.5.1
https://github.com/python/cpython
Revision 070d3d928d20ccb4790dd077f3794af3c2932e5c authored by Miss Islington (bot) on 04 July 2019, 01:27:40 UTC, committed by Barry Warsaw on 04 July 2019, 01:27:40 UTC
* bpo-37459: importlib docs improperly reference get_resource_loader()
(cherry picked from commit b607d992e76e485f20be3bfd6b311525123f936b)

Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com>
1 parent 1099e34
Raw File
Tip revision: 070d3d928d20ccb4790dd077f3794af3c2932e5c authored by Miss Islington (bot) on 04 July 2019, 01:27:40 UTC
bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14580)
Tip revision: 070d3d9
_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