Staging
v0.8.1
https://github.com/python/cpython
Revision bf99801cf74347f0feaac2bf05842dcfa825963d authored by Miss Islington (bot) on 24 August 2019, 21:42:16 UTC, committed by GitHub on 24 August 2019, 21:42:16 UTC

Redo of GH-15402 by GeeTransit and Kyle Stanley.
(cherry picked from commit 0dfc025cccc5adf4f209e2421c7686b1e637eeae)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent ffe43b2
Raw File
Tip revision: bf99801cf74347f0feaac2bf05842dcfa825963d authored by Miss Islington (bot) on 24 August 2019, 21:42:16 UTC
Fix typo and rearrange words in IDLE news item (GH-15471)
Tip revision: bf99801
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