This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_urllib2.test_fie passes
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, hdiwan650
Priority: normal Keywords: patch

Created on 2007-07-14 02:56 by hdiwan650, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_urllib2Test.pat hdiwan650, 2007-07-14 02:56 test_file fixed
Messages (4)
msg52872 - (view) Author: Hasan Diwan (hdiwan650) Date: 2007-07-14 02:56
I'm working on Lib/test/test_urllib2.py and submitting as I go along
msg52873 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-16 20:52
I'm rejecting this fix; the proper fix instead is to make the variable 'towrite' a bytes literal. I've checked in that fix as r56404.

How is your research into the other errors coming along?
msg52874 - (view) Author: Hasan Diwan (hdiwan650) Date: 2007-07-16 20:55
Slowly, as I'm trying to do other things at the same time.
msg52875 - (view) Author: Hasan Diwan (hdiwan650) Date: 2007-07-16 20:57
Slowly, as I'm trying to do other things at the same time.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45196
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-14 02:56:00hdiwan650create