diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:49:42 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:49:42 +0000 |
commit | 327ea38cc4dc4b7dde621f78e57401fd97ef48cc (patch) | |
tree | 7bdf4134235c81fce51fa8eb2097b2df07818c69 | |
parent | cfba5f8c2e21916cdcc24630461e673c1cb4d883 (diff) | |
download | cpython-git-327ea38cc4dc4b7dde621f78e57401fd97ef48cc.tar.gz |
Revert previous change, SKIP had a versionadded elsewhere
-rw-r--r-- | Doc/lib/libdoctest.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index a70135d988..4c4f228515 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -628,7 +628,6 @@ TypeError: object doesn't support item assignment The SKIP flag can also be used for temporarily "commenting out" examples. - \versionadded{2.5} \end{datadesc} \begin{datadesc}{COMPARISON_FLAGS} |