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
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top