[Python-checkins] cpython: #11781: update windows build script to account for move of email tests

"Martin v. Löwis" martin at v.loewis.de
Sun Jun 19 13:07:14 CEST 2011


>>               # This should contain all non-.svn files listed in
>> subversion
> 
> Should this be mercurial

Perhaps.

> 
>>               for f in os.listdir(lib.absolute):
>>                   if f.endswith(".txt") or f==".svn":continue
> 
> and this .hg?

No.

Martin


More information about the Python-checkins mailing list