Staging
v0.8.1
https://github.com/python/cpython
Revision 682ea5f70e5450ffd5a50ef7f39d65c2faeb6b63 authored by Serhiy Storchaka on 03 March 2014, 19:17:17 UTC, committed by Serhiy Storchaka on 03 March 2014, 19:17:17 UTC
1 parent c186b23
Raw File
Tip revision: 682ea5f70e5450ffd5a50ef7f39d65c2faeb6b63 authored by Serhiy Storchaka on 03 March 2014, 19:17:17 UTC
Correct comments and improve failure reports in test_fileinput (closes #20501).
Tip revision: 682ea5f
_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