Staging
v0.5.1
https://github.com/python/cpython
Revision b0b8f9bd4e6f78ac7383b4e56cfb6cbacc77da89 authored by Miss Islington (bot) on 29 September 2018, 16:33:05 UTC, committed by Brian Curtin on 29 September 2018, 16:33:05 UTC
Switch "list" with "iterable" to match with the implementation.
(cherry picked from commit e45473e3ca31e5b78dc85cab575f5bb60d5b7f8f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 4c1b2ad
Raw File
Tip revision: b0b8f9bd4e6f78ac7383b4e56cfb6cbacc77da89 authored by Miss Islington (bot) on 29 September 2018, 16:33:05 UTC
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Tip revision: b0b8f9b
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top