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
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top