Re: [Python-Dev] win32 - results from Lib/test - 2.5 release-maint

2006-09-21 Thread Martin v. Löwis
Please submit a patch to sf.net/projects/python. > - *.txt files for unicode tests are downloaded from internet - I don't > like this. What files specifcally? Could it be that you passed -u urlfetch or -u all? If so, then just don't. > - init_types is declared static in python/python-ast.c and

Re: [Python-Dev] win32 - results from Lib/test - 2.5 release-maint

2006-09-21 Thread Brett Cannon
On 9/21/06, Grzegorz Makarewicz <[EMAIL PROTECTED]> wrote: Hi,- *.txt files for unicode tests are downloaded from internet - I don'tlike this.Then don't use the urlfetch resource when running regrtest.py (which you did specify when you ran with ``-uall``). - __db.004 isn't removed after tests- init

[Python-Dev] win32 - results from Lib/test - 2.5 release-maint

2006-09-21 Thread Grzegorz Makarewicz
Hi, - *.txt files for unicode tests are downloaded from internet - I don't like this. - __db.004 isn't removed after tests - init_types is declared static in python/python-ast.c and cant be imported from PC/config.c. - python_d -u regrtest.py -u bsddb -u curses -uall -v = dies after testInfinit