Staging
v0.5.1
https://github.com/python/cpython
Revision 1f2cc7cedee1a768ee43151c115f6e338751eb8c authored by Miss Islington (bot) on 26 May 2020, 04:15:52 UTC, committed by GitHub on 26 May 2020, 04:15:52 UTC
(cherry picked from commit 4a0ac42c52a4d9ccfb0a78ab02aa03172ce0e31a)

Co-authored-by: sth <sth.dev@tejp.de>
1 parent 331b2df
Raw File
Tip revision: 1f2cc7cedee1a768ee43151c115f6e338751eb8c authored by Miss Islington (bot) on 26 May 2020, 04:15:52 UTC
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403)
Tip revision: 1f2cc7c
codecov.yml
codecov:
  strict_yaml_branch: master
  notify:
    require_ci_to_pass: true
comment: off
ignore:
  - "Doc/**/*"
  - "Misc/**/*"
  - "Mac/**/*"
  - "PC/**/*"
  - "PCbuild/**/*"
  - "Tools/**/*"
  - "Grammar/*"
coverage:
  precision: 2
  range: 70...90
  round: down
  status:
    changes: off
    project: off
    patch: off
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false
back to top