Staging
v0.5.1
https://github.com/python/cpython
Revision cd3bb8b73cf11db2d296b86b26c30f7bf2248283 authored by Senthil Kumaran on 20 March 2013, 01:01:43 UTC, committed by Senthil Kumaran on 20 March 2013, 01:01:43 UTC
1 parent f47e77f
Raw File
Tip revision: cd3bb8b73cf11db2d296b86b26c30f7bf2248283 authored by Senthil Kumaran on 20 March 2013, 01:01:43 UTC
#17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti
Tip revision: cd3bb8b
make_buildinfo.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="make_buildinfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top