Staging
v0.5.1
https://github.com/python/cpython
Revision d378fdb10a5476b86b5a01d74c1bcc4e2f52e003 authored by Miss Islington (bot) on 11 September 2019, 10:55:29 UTC, committed by GitHub on 11 September 2019, 10:55:29 UTC
(cherry picked from commit 7a0023e8d17566eb32c836b65c33663303a2224f)

Co-authored-by: smokephil <smokephil@gmail.com>
1 parent 3cd147b
Raw File
Tip revision: d378fdb10a5476b86b5a01d74c1bcc4e2f52e003 authored by Miss Islington (bot) on 11 September 2019, 10:55:29 UTC
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
Tip revision: d378fdb
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