Staging
v0.5.1
https://github.com/python/cpython
Revision 638601ec52858e19a4e3498c1057a62ee1481e65 authored by Miss Islington (bot) on 10 September 2017, 13:26:42 UTC, committed by Mariatta on 10 September 2017, 13:26:42 UTC
getstate and setstate are instance methods, same as encode and reset.
(cherry picked from commit 30644dee0c14af6c1c61d44166a97cec8245300b)
1 parent f869322
Raw File
Tip revision: 638601ec52858e19a4e3498c1057a62ee1481e65 authored by Miss Islington (bot) on 10 September 2017, 13:26:42 UTC
[3.6] Improve IncrementalEncoder documentation (GH-2746) (GH-3475)
Tip revision: 638601e
_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