Re: [Python-Dev] python/trunk/Lib/test/test_urllib.py (for ftpwrapper)

2007-05-28 Thread Facundo Batista
ocean wrote: > After I did this change, most errors were gone. > > Index: Lib/urllib.py > === > --- Lib/urllib.py (revision 55584) > +++ Lib/urllib.py (working copy) > @@ -833,7 +833,7 @@ > self.busy = 0 > self.ftp

Re: [Python-Dev] python/trunk/Lib/test/test_urllib.py (for ftpwrapper)

2007-05-27 Thread O.R.Senthil Kumaran
* ocean <[EMAIL PROTECTED]> [2007-05-26 13:50:40]: > > http://mail.python.org/pipermail/python-checkins/2007-May/060507.html > > Hello. I'm using Windows2000, I tried some investigation for > test_ftpwrapper. > > After I did this change, most errors were gone. > > Index: Lib/urllib.py > ===