Staging
v0.8.1
https://github.com/python/cpython
Revision aa72b1b448d09ddbff737ee1a3e0cb40cb6ca047 authored by Senthil Kumaran on 17 September 2014, 05:19:01 UTC, committed by Senthil Kumaran on 17 September 2014, 05:19:01 UTC
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
2 parent s f75805e + 2a42a0b
Raw File
Tip revision: aa72b1b448d09ddbff737ee1a3e0cb40cb6ca047 authored by Senthil Kumaran on 17 September 2014, 05:19:01 UTC
Merge from 3.3
Tip revision: aa72b1b
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