Staging
v0.5.1
https://github.com/python/cpython
Revision df6c8bcffef3380869c8f76317610ce452880b25 authored by Miss Islington (bot) on 28 November 2020, 15:07:51 UTC, committed by GitHub on 28 November 2020, 15:07:51 UTC
Co-Authored-By: Tyler Bell <mrbell321@gmail.com>
(cherry picked from commit 8085f742f4adfbc85f13fc734dfab036aa23acfb)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 761c5a1
Raw File
Tip revision: df6c8bcffef3380869c8f76317610ce452880b25 authored by Miss Islington (bot) on 28 November 2020, 15:07:51 UTC
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539)
Tip revision: df6c8bc
venvlauncher.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{8f3ab79e-3cba-4e6d-82b2-559ce946de58}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{4a2423af-e5d1-4c88-b308-d71b768977df}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\launcher.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\pylauncher.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\launcher.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top