Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473bc27

Browse files
committed
Merge with 3.2.
2 parents 12fb2f4 + f00bfa2 commit 473bc27

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.bzrignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ Lib/test/data/*
3737
Lib/lib2to3/Grammar*.pickle
3838
Lib/lib2to3/PatternGrammar*.pickle
3939
__pycache__
40+
.coverage
41+
coverage/*
42+
htmlcov/*

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ pyconfig.h
4242
python
4343
python-gdb.py
4444
tags
45+
.coverage
46+
coverage/
47+
htmlcov/

.hgignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
7070
PCbuild/x64-temp-*
7171
__pycache__
7272
Modules/_testembed
73+
.coverage
74+
coverage/
75+
htmlcov/

0 commit comments

Comments
 (0)