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
release.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
    <PyDebugExt />
  </PropertyGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="PyDebugExt">
      <Value>$(PyDebugExt)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>
back to top