Staging
v0.5.1
https://github.com/python/cpython
Revision 4f1eaf028058cc357030dfaa5e611c90662539f0 authored by Miss Islington (bot) on 01 December 2019, 23:24:17 UTC, committed by GitHub on 01 December 2019, 23:24:17 UTC

* bpo-38449: Add tricky test cases

* bpo-38449: Reflect codereview
(cherry picked from commit 2fe4c48917c2d1b40cf063c6ed22ae2e71f4cb62)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent d300c0e
Raw File
Tip revision: 4f1eaf028058cc357030dfaa5e611c90662539f0 authored by Miss Islington (bot) on 01 December 2019, 23:24:17 UTC
bpo-38449: Add URL delimiters test cases (GH-16729)
Tip revision: 4f1eaf0
_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