diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-22 21:48:37 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-22 21:48:37 (GMT) |
commit | 8bd5cb342c92598fc60f3801a057b693ff2e9668 (patch) | |
tree | fe5aa58d79ad35de1287a8581f41ff4cf3a19507 /Doc | |
parent | c234a5245814af7334b5b35cd643b603b7525b50 (diff) | |
download | cpython-8bd5cb342c92598fc60f3801a057b693ff2e9668.zip cpython-8bd5cb342c92598fc60f3801a057b693ff2e9668.tar.gz cpython-8bd5cb342c92598fc60f3801a057b693ff2e9668.tar.bz2 |
Add version info
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdoctest.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 0741aa0..c9c601b 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -364,6 +364,7 @@ can also be used in doctest directives (see below). contains digit \code{1} where actual output contains letter \code{l}, a line is inserted with a caret marking the mismatching column positions. + \versionadded{2.4} \end{datadesc} A "doctest directive" is a trailing Python comment on a line of a doctest |