Staging
v0.5.1
https://github.com/python/cpython
Revision 85310a50a998af645acf0657737076eb064452bb authored by Victor Stinner on 07 February 2014, 22:34:58 UTC, committed by Victor Stinner on 07 February 2014, 22:34:58 UTC
* Remove selectors.BaseSelector.resolution attribute
* Remove asyncio.BaseEventLoop._granularity attribute
1 parent c489e83
Raw File
Tip revision: 85310a50a998af645acf0657737076eb064452bb authored by Victor Stinner on 07 February 2014, 22:34:58 UTC
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Tip revision: 85310a5
_hashlib.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>{cc45963d-bd25-4eb8-bdba-a5507090bca4}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top