Staging
v0.8.1
https://github.com/python/cpython
Revision d6e857b0da954db1b39afba67d9072252abade57 authored by Georg Brandl on 29 September 2012, 07:03:54 UTC, committed by Georg Brandl on 29 September 2012, 07:03:54 UTC
1 parent a79b8dc
Raw File
Tip revision: d6e857b0da954db1b39afba67d9072252abade57 authored by Georg Brandl on 29 September 2012, 07:03:54 UTC
Point "source" links in the docs to the 3.3 versions in the repo.
Tip revision: d6e857b
kill_python.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>{48606591-c8b6-41a5-95c5-9a0890c5504f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="kill_python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top