Staging
v0.5.1
https://github.com/python/cpython
Revision 91e561aa777f861b1406f0f60f9189d3382ab431 authored by Nick Coghlan on 05 August 2015, 13:07:24 UTC, committed by Nick Coghlan on 05 August 2015, 13:07:24 UTC
This includes removing the assumption that readers will be familiar with the
name resolution scheme Python used prior to the introduction of lexical
scoping for function namespaces.

Patch by Ivan Levkivskyi.
1 parent 36948d7
Raw File
Tip revision: 91e561aa777f861b1406f0f60f9189d3382ab431 authored by Nick Coghlan on 05 August 2015, 13:07:24 UTC
Issue #24129: Clarify reference docs for name resolution.
Tip revision: 91e561a
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