Deepak Dodo added the comment:
The log file is also attached. This error is because the entire content of the
webpage has not been read.
--
Added file: http://bugs.python.org/file23451/error.log
___
Python tracker
<http://bugs.python.
Deepak Dodo added the comment:
This is the source code I am using. Even if I use any module other than urllib
to read the contents, its not reading the entire contents of the webpage. This
happens only on Windows.
--
Added file: http://bugs.python.org/file23450/tester.py
New submission from Deepak Dodo :
When I try to read the contents of the webpage:
http://www.ai-class.com/course/json/filter/QuizQuestion
using urllib.read, it doesn't read the entire content.
This behavior is only seen on windows and the same operation works fine on
linux mac