Staging
v0.8.1
https://github.com/python/cpython
Revision 2e5bd4f6775b693bfc3a9f8986f88c0f1f41ff58 authored by Miss Islington (bot) on 08 November 2020, 09:45:45 UTC, committed by GitHub on 08 November 2020, 09:45:45 UTC

Fixes a grammar problem by adding a missing "as", and clarifies the wording of the valid ranges for max_workers.
(cherry picked from commit fd6f6fa403789c8877b1099cc6fcc437d2e54634)

Co-authored-by: Don Kirkby <donkirkby@users.noreply.github.com>
1 parent e81e09b
Raw File
Tip revision: 2e5bd4f6775b693bfc3a9f8986f88c0f1f41ff58 authored by Miss Islington (bot) on 08 November 2020, 09:45:45 UTC
Minor wording change in concurrent.futures. (GH-23194)
Tip revision: 2e5bd4f
venvwlauncher.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>{7683f248-9c32-4e72-a329-5bd84993f63a}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{61b34b26-ce53-405d-a743-b370ff505887}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\launcher.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </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>
</Project>
back to top