Staging
v0.5.1
https://github.com/python/cpython
Revision 5533c4952cd6c44c63274874be7de06495b914ea authored by Miss Skeleton (bot) on 03 October 2020, 10:44:14 UTC, committed by Łukasz Langa on 04 October 2020, 15:30:49 UTC
(cherry picked from commit f97e42ef4d97dee64f45ed65170a6e77c8e46fdf)

Co-authored-by: Ram Rachum <ram@rachum.com>
1 parent fd3d00a
Raw File
Tip revision: 5533c4952cd6c44c63274874be7de06495b914ea authored by Miss Skeleton (bot) on 03 October 2020, 10:44:14 UTC
[3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Tip revision: 5533c49
_uuid.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;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{4fa4dbfa-e069-4ab4-86a6-ad389b2ec407}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_uuidmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
</Project>
back to top