Staging
v0.5.1
https://github.com/python/cpython
Revision 2fc8f773e15863fcde881e7e52a5c64896baa5df authored by Georg Brandl on 02 March 2014, 08:18:31 UTC, committed by Georg Brandl on 02 March 2014, 08:18:31 UTC
1 parent 2658bad
Raw File
Tip revision: 2fc8f773e15863fcde881e7e52a5c64896baa5df authored by Georg Brandl on 02 March 2014, 08:18:31 UTC
Issue #20404: reject non-text encodings early in TextIOWrapper.
Tip revision: 2fc8f77
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top