Staging
v0.5.1
https://github.com/python/cpython
Revision e3e800f3d28881cc9de38cd9bcbcf8fbdea238a6 authored by Tal Einat on 26 May 2020, 12:59:32 UTC, committed by GitHub on 26 May 2020, 12:59:32 UTC
(cherry picked from commit 372ee27d4958302dac7ad6a8711f6fd04771b2e6)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
1 parent 5ff5edf
Raw File
Tip revision: e3e800f3d28881cc9de38cd9bcbcf8fbdea238a6 authored by Tal Einat on 26 May 2020, 12:59:32 UTC
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Tip revision: e3e800f
_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