Staging
v0.5.1
https://github.com/python/cpython
Revision 558e7e42becd52dc6fa828b072083c6855be6f8b authored by Miss Islington (bot) on 09 April 2018, 14:57:31 UTC, committed by GitHub on 09 April 2018, 14:57:31 UTC

The protocol parameter can be any protocol supported by the
pickle module.
(cherry picked from commit 2ef65f346a5e829a886c075f519e3a49a2ebbde7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b571958
Raw File
Tip revision: 558e7e42becd52dc6fa828b072083c6855be6f8b authored by Miss Islington (bot) on 09 April 2018, 14:57:31 UTC
Fix misleading docsting of shelve.open(). (GH-6427)
Tip revision: 558e7e4
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top