From: Benjamin Peterson Date: Tue, 24 Mar 2009 00:37:12 +0000 (+0000) Subject: update docstring X-Git-Tag: v2.7a1~1805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4de33ca9987ce0703cab54f63e3c546b29adf4;p=thirdparty%2FPython%2Fcpython.git update docstring --- diff --git a/Lib/unittest.py b/Lib/unittest.py index 465edb131870..c67ec0633c8c 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -25,9 +25,10 @@ Simple usage: Further information is available in the bundled documentation, and from - http://docs.python.org/lib/module-unittest.html + http://docs.python.org/library/unittest.html Copyright (c) 1999-2003 Steve Purcell +Copyright (c) 2003-2009 Python Software Foundation This module is free software, and you may redistribute it and/or modify it under the same terms as Python itself, so long as this copyright message and disclaimer are retained in their original form.