Staging
v0.5.1
https://github.com/python/cpython
Revision 7efeb75b720e097f087012cf45ecfbe1050b55ad authored by Miss Islington (bot) on 21 November 2019, 01:24:51 UTC, committed by GitHub on 21 November 2019, 01:24:51 UTC

Fixed an incorrect sentence in Doc/c-api/mapping.rst I fell on
while translating the file.

skip issue

Automerge-Triggered-By: @csabella
(cherry picked from commit 06ca2a2be9374ac390e9407685ccce941ab9ffa2)

Co-authored-by: Aveheuzed <a.masson555@ntymail.com>
1 parent ecb2afc
Raw File
Tip revision: 7efeb75b720e097f087012cf45ecfbe1050b55ad authored by Miss Islington (bot) on 21 November 2019, 01:24:51 UTC
Fixed an incorrect sentence in the docs (GH-17205)
Tip revision: 7efeb75
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(opensslIncludeDir)\applink.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
</Project>
back to top