Staging
v0.5.1
https://github.com/python/cpython
Revision 429b59ec6990dab19d5a0e0a91f55b5f0e850cf6 authored by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC, committed by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC
with ignore case.  Original patch by Matthew Barnett.
1 parent 946cfc3
Raw File
Tip revision: 429b59ec6990dab19d5a0e0a91f55b5f0e850cf6 authored by Serhiy Storchaka on 14 May 2014, 18:48:17 UTC
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Tip revision: 429b59e
make_buildinfo.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="make_buildinfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top