Staging
v0.5.1
https://github.com/python/cpython
Revision e619427f7eb17c370f31c6d4f7625eda8a0e9dce authored by Antoine Pitrou on 04 September 2013, 18:52:14 UTC, committed by Antoine Pitrou on 04 September 2013, 18:52:14 UTC
2 parent s 73821c4 + e93b63b
Raw File
Tip revision: e619427f7eb17c370f31c6d4f7625eda8a0e9dce authored by Antoine Pitrou on 04 September 2013, 18:52:14 UTC
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
Tip revision: e619427
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top