Staging
v0.8.1
https://github.com/python/cpython
Revision ba666747af83aa465ffa8b55efbbb7f992647e12 authored by Miss Skeleton (bot) on 21 October 2020, 20:33:12 UTC, committed by GitHub on 21 October 2020, 20:33:12 UTC


While translating the following document to Spanish we found there is a grammar issue on the original documentation.
(cherry picked from commit caff2934f46510920a6169e192707d59e9c55f6b)


Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 89fac4c
Raw File
Tip revision: ba666747af83aa465ffa8b55efbbb7f992647e12 authored by Miss Skeleton (bot) on 21 October 2020, 20:33:12 UTC
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866)
Tip revision: ba66674
pythonw.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>{0434cf11-a311-4a92-8a6c-4164aa79a7f2}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e1d8ea6b-c65d-42f4-9eed-6010846ed378}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_exe.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\WinMain.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top