[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Just a Note: test_file in py26 had problems with multiple ips in this scenario (execute test.test_urllib2 from different drive in windows), but not in the py3k version. I need to verify it py26-maint/trunk. -- ___

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Austin English
Austin English added the comment: Woohoo, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: merged it in other branches: r77413,r77414,r77415. This fixes the errors in test_trivial tests. Verified on windows. -- assignee: -> orsenthil status: open -> closed ___ Python tracker

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in revision 77411 for trunk. Will merge it to other branches. -- versions: +Python 2.6, Python 2.7, Python 3.2 ___ Python tracker ___ ___

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-06 Thread R. David Murray
Changes by R. David Murray : -- components: +Tests keywords: +easy nosy: +orsenthil priority: -> low type: -> behavior ___ Python tracker ___ ___

[issue7648] test_urllib2 fails on Windows if not run from C:

2010-01-06 Thread Austin English
New submission from Austin English : Passes fine if run from C:, but when run from any other drive, fails: test_trivial (__main__.TrivialTests) ... ERROR == ERROR: test_trivial (__main__.TrivialTests) --