Merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-06-25 12:38:16 +03:00
commit 473bc27433
3 changed files with 9 additions and 0 deletions

View file

@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*

3
.gitignore vendored
View file

@ -42,3 +42,6 @@ pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/

View file

@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
PCbuild/x64-temp-*
__pycache__
Modules/_testembed
.coverage
coverage/
htmlcov/