Staging
v0.5.1
https://github.com/python/cpython
Revision a5d0232b0d2cbcbdeb0d89ea3d8826241a53a7c7 authored by Miss Islington (bot) on 03 September 2020, 14:40:10 UTC, committed by GitHub on 03 September 2020, 14:40:10 UTC
The PSF board approved this use.
(cherry picked from commit e223d06a8b2067c68e9f97c4628c2b0f056dcae6)

Co-authored-by: Todd <toddrjen@gmail.com>
1 parent 8de34cd
Raw File
Tip revision: a5d0232b0d2cbcbdeb0d89ea3d8826241a53a7c7 authored by Miss Islington (bot) on 03 September 2020, 14:40:10 UTC
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)
Tip revision: a5d0232
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{9e5ecf81-2940-4dd5-af98-58e98810d030}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top