From ab16eae6c49de56fb217e0a024859630d0e1f4d0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 10 Oct 2002 16:16:03 +0000 Subject: [PATCH] Document when unittest was added to Python. --- Doc/lib/libunittest.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 980d706e59b5..1cd2857136e6 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -7,6 +7,7 @@ \sectionauthor{Steve Purcell}{stephen\textunderscore{}purcell@yahoo.com} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} +\versionadded{2.1} The Python unit testing framework, often referred to as ``PyUnit,'' is a Python language version of JUnit, by Kent Beck and Erich Gamma. -- 2.47.3