Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_site.py, 1.6, 1.7

2005-05-29 Thread Michael Hudson
Skip Montanaro <[EMAIL PROTECTED]> writes: > mwh> Fix test_site to not call open('...', 'wU'), as that now raises an > mwh> error. > > mwh> Is anyone running the test suite regularly at the moment? > > Whoops. I obviously failed to run it after applying that change. My > apologies.

Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_site.py, 1.6, 1.7

2005-05-28 Thread Skip Montanaro
mwh> Fix test_site to not call open('...', 'wU'), as that now raises an mwh> error. mwh> Is anyone running the test suite regularly at the moment? Whoops. I obviously failed to run it after applying that change. My apologies. Skip ___ Py