Roundup Robot added the comment:
New changeset 68e1eec01113 by Andrew Kuchling in branch 'default':
Closes #18247: add Lib/test/data/* to .gitignore
http://hg.python.org/cpython/rev/68e1eec01113
--
nosy: +python-dev
resolution: -> fixed
stage: -> committed/rejected
status: open -> clos
New submission from py.user:
have a git repository:
http://docs.python.org/devguide/faq.html#i-already-know-how-to-use-git-can-i-use-that-instead
git clone git://github.com/akheron/cpython
after running tests by "make test" they created some files in "Lib/test/data/"
[guest@localhost cpython]$