This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author py.user
Recipients ezio.melotti, py.user
Date 2013-06-17.23:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371512505.36.0.839773102972.issue18247@psf.upfronthosting.co.za>
In-reply-to
Content
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]$ git st
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       modified:   Doc/library/itertools.rst
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   Modules/itertoolsmodule.c
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       Lib/test/data/BIG5.TXT
#       Lib/test/data/BIG5HKSCS-2004.TXT
#       Lib/test/data/CP932.TXT
#       Lib/test/data/CP936.TXT
#       Lib/test/data/CP949.TXT
#       Lib/test/data/CP950.TXT
#       Lib/test/data/EUC-CN.TXT
#       Lib/test/data/EUC-JISX0213.TXT
#       Lib/test/data/EUC-JP.TXT
#       Lib/test/data/EUC-KR.TXT
#       Lib/test/data/JOHAB.TXT
#       Lib/test/data/NamedSequences.txt
#       Lib/test/data/NormalizationTest.txt
#       Lib/test/data/SHIFTJIS.TXT
#       Lib/test/data/SHIFT_JISX0213.TXT
#       Lib/test/data/gb-18030-2000.xml
[guest@localhost cpython]$
History
Date User Action Args
2013-06-17 23:41:45py.usersetrecipients: + py.user, ezio.melotti
2013-06-17 23:41:45py.usersetmessageid: <1371512505.36.0.839773102972.issue18247@psf.upfronthosting.co.za>
2013-06-17 23:41:45py.userlinkissue18247 messages
2013-06-17 23:41:44py.usercreate