diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:49:42 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:49:42 (GMT) |
commit | 327ea38cc4dc4b7dde621f78e57401fd97ef48cc (patch) | |
tree | 7bdf4134235c81fce51fa8eb2097b2df07818c69 /Doc/lib | |
parent | cfba5f8c2e21916cdcc24630461e673c1cb4d883 (diff) | |
download | cpython-327ea38cc4dc4b7dde621f78e57401fd97ef48cc.zip cpython-327ea38cc4dc4b7dde621f78e57401fd97ef48cc.tar.gz cpython-327ea38cc4dc4b7dde621f78e57401fd97ef48cc.tar.bz2 |
Revert previous change, SKIP had a versionadded elsewhere
Diffstat (limited to 'Doc/lib')
-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 a70135d..4c4f228 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} |