]> granicus.if.org Git - python/commitdiff
Document when unittest was added to Python.
authorFred Drake <fdrake@acm.org>
Thu, 10 Oct 2002 16:16:25 +0000 (16:16 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Oct 2002 16:16:25 +0000 (16:16 +0000)
Doc/lib/libunittest.tex

index 980d706e59b5a5eaba602b201e74ab1b19fe4257..1cd2857136e69ba215f7838aecd43b37eaa88bf1 100644 (file)
@@ -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.