[issue6536] urllib2 howto contains typo

2009-07-21 Thread Kurt McKee
New submission from Kurt McKee : At <http://docs.python.org/dev/howto/urllib2.html>, "HHTPBasicAuthHandler" should of course be "HTTP..." -- assignee: georg.brandl components: Documentation messages: 90769 nosy: georg.brandl, kurtmckee severity: normal status:

[issue5834] The word "error" used instead of "failure"

2009-04-24 Thread Kurt McKee
New submission from Kurt McKee : In the unittest documentation a distinction is made between the word "error" and "failure". However, the description for the TestCase.assertTrue() function reads: "Signal a test failure if expr is false; the explanation for the error...&