Staging
v0.8.1
https://github.com/python/cpython
Revision 4a44f53aa85c9400471ab084bc8fd8169065fc41 authored by Miss Islington (bot) on 01 December 2020, 10:53:42 UTC, committed by GitHub on 01 December 2020, 10:53:42 UTC


Co-authored-by: Inada Naoki <songofacandy@gmail.com>
(cherry picked from commit c8aaf71dde4888864c0c351e2f935f87652c3d54)


Co-authored-by: Volker-Weissmann <39418860+Volker-Weissmann@users.noreply.github.com>
1 parent aef482f
Raw File
Tip revision: 4a44f53aa85c9400471ab084bc8fd8169065fc41 authored by Miss Islington (bot) on 01 December 2020, 10:53:42 UTC
[3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
Tip revision: 4a44f53
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top