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

Terry Reedy tjreedy at udel.edu
Sat Jun 18 22:17:51 CEST 2011


On 6/18/2011 11:46 AM, r.david.murray wrote:
> http://hg.python.org/cpython/rev/a6c5da661428
> changeset: 70859:a6c5da661428
> user: R David Murray<rdmurray at bitdance.com>
> date: Sat Jun 18 11:45:59 2011 -0400
> summary:
> #11781: update windows build script to account for move of email tests
>> files:
> Tools/msi/msi.py | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>>> diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
> --- a/Tools/msi/msi.py
> +++ b/Tools/msi/msi.py
> @@ -1057,14 +1057,14 @@
> lib.add_file("turtle.cfg")
> if dir=="pydoc_data":
> lib.add_file("_pydoc.css")
> - if dir=="data" and parent.physical=="test" and parent.basedir.physical=="email":
> + if dir=="data" and parent.physical=="test_email":
> # This should contain all non-.svn files listed in subversion

Should this be mercurial
> for f in os.listdir(lib.absolute):
> if f.endswith(".txt") or f==".svn":continue

and this .hg?


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /