Staging
v0.8.1
https://github.com/python/cpython
Revision 294c5229b12c3c6150719910846bdcdba8ed4f3e authored by Miss Islington (bot) on 11 October 2019, 21:09:44 UTC, committed by GitHub on 11 October 2019, 21:09:44 UTC
(cherry picked from commit dd6117c6d7859fee57751593cd56f0862131de8b)

Co-authored-by: bariod <35639254+bariod@users.noreply.github.com>
1 parent 50290e3
Raw File
Tip revision: 294c5229b12c3c6150719910846bdcdba8ed4f3e authored by Miss Islington (bot) on 11 October 2019, 21:09:44 UTC
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
Tip revision: 294c522
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