Staging
v0.5.1
https://github.com/python/cpython
Revision ad577b938b367da53ee19d6d5021b19e50b92873 authored by Gregory P. Smith on 22 May 2015, 23:18:14 UTC, committed by Gregory P. Smith on 22 May 2015, 23:18:14 UTC
parameters and returns bytes in such situations (matching the os module APIs).
1 parent 4a7fe7e
Raw File
Tip revision: ad577b938b367da53ee19d6d5021b19e50b92873 authored by Gregory P. Smith on 22 May 2015, 23:18:14 UTC
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Tip revision: ad577b9
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top