Staging
v0.5.1
https://github.com/python/cpython
Revision 461ad598d12eba7754181402e00bb7cfc7f1d9cf authored by Miss Islington (bot) on 01 June 2018, 17:55:10 UTC, committed by Vinay Sajip on 01 June 2018, 17:55:10 UTC
(cherry picked from commit 23cee80cfade1a9019c52b3a17d8e5c1b5db17e2)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
1 parent 64e538b
Raw File
Tip revision: 461ad598d12eba7754181402e00bb7cfc7f1d9cf authored by Miss Islington (bot) on 01 June 2018, 17:55:10 UTC
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7303)
Tip revision: 461ad59
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top