[Python-checkins] r70570 - python/trunk/Lib/unittest.py
benjamin.peterson
python-checkins at python.org
Tue Mar 24 01:37:12 CET 2009
Author: benjamin.peterson
Date: Tue Mar 24 01:37:12 2009
New Revision: 70570
Log:
update docstring
Modified:
python/trunk/Lib/unittest.py
Modified: python/trunk/Lib/unittest.py
==============================================================================
--- python/trunk/Lib/unittest.py (original)
+++ python/trunk/Lib/unittest.py Tue Mar 24 01:37:12 2009
@@ -25,9 +25,10 @@
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.
More information about the Python-checkins
mailing list