Staging
v0.5.1
https://github.com/python/cpython
Revision b4c9388947b2c93e3ba7d85e828d8667551a71f6 authored by Victor Stinner on 20 February 2014, 09:37:27 UTC, committed by Victor Stinner on 20 February 2014, 09:37:27 UTC
1 parent 6f24d83
Raw File
Tip revision: b4c9388947b2c93e3ba7d85e828d8667551a71f6 authored by Victor Stinner on 20 February 2014, 09:37:27 UTC
asyncio: remove unused imports and unused variables noticed by pyflakes
Tip revision: b4c9388
_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