Staging
v0.5.1
https://github.com/python/cpython
Revision 3dc67d0316740e78e7cd014343f34d85908219b7 authored by Matěj Cepl on 12 February 2019, 18:30:19 UTC, committed by Victor Stinner on 12 February 2019, 18:30:19 UTC
Make test_imap4_host_default_value independent on whether the 
local IMAP server is running.
1 parent 16f842d
Raw File
Tip revision: 3dc67d0316740e78e7cd014343f34d85908219b7 authored by Matěj Cepl on 12 February 2019, 18:30:19 UTC
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port (GH-11823)
Tip revision: 3dc67d0
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top