Staging
v0.5.1
https://github.com/python/cpython
Revision 321491a536c378227f9d574703f7c06f89c67dcf authored by Miss Islington (bot) on 25 January 2020, 19:04:16 UTC, committed by Berker Peksag on 25 January 2020, 19:04:16 UTC
(cherry picked from commit 7de617455ed788e6730c40cf854c4b72b0432194)

Co-authored-by: alclarks <57201106+alclarks@users.noreply.github.com>
1 parent 079dfe0
Raw File
Tip revision: 321491a536c378227f9d574703f7c06f89c67dcf authored by Miss Islington (bot) on 25 January 2020, 19:04:16 UTC
bpo-15243: Document __prepare__ as classmethod (GH-17124)
Tip revision: 321491a
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top