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.

Author calvin
Recipients
Date 2006-02-01.22:18:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=9205

I added a testcase mockup attachment at patch #900744:

https://sourceforge.net/support/tracker.php?aid=900744

To reproduce with urllib2, start server.py and then execute:

import urllib2
urllib2.urlopen("http://localhost:8000/").read()
History
Date User Action Args
2008-01-20 09:57:29adminlinkissue1123695 messages
2008-01-20 09:57:29admincreate