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 orsenthil
Recipients eric.araujo, ezio.melotti, orsenthil, r.david.murray
Date 2013-04-06.23:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365291914.89.0.625576108544.issue17648@psf.upfronthosting.co.za>
In-reply-to
Content
Sometime back during an IRC conversation we realized that converting test_urllib2 doctests to proper unittest may help in various ways. 
a) Improve coverage report (?) Know what is covered and not.
b) Helps expand it further when new features are added.

Here is patch which removes the old doctests and converts them to unittest.

Reviews will be helpful.
History
Date User Action Args
2013-04-06 23:45:16orsenthilsetrecipients: + orsenthil, ezio.melotti, eric.araujo, r.david.murray
2013-04-06 23:45:14orsenthilsetmessageid: <1365291914.89.0.625576108544.issue17648@psf.upfronthosting.co.za>
2013-04-06 23:45:14orsenthillinkissue17648 messages
2013-04-06 23:45:14orsenthilcreate