summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2003-10-18 15:28:22 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2003-10-18 15:28:22 (GMT)
commitd969775d9c759407b885e85c8a8135b7f1abb5ce (patch)
tree618ab293b919f9e77868114e728b99a72fb86832
parent9e62ff287bf9e4c39fb9654b0bb0f3c9b523d459 (diff)
downloadcpython-d969775d9c759407b885e85c8a8135b7f1abb5ce.zip
cpython-d969775d9c759407b885e85c8a8135b7f1abb5ce.tar.gz
cpython-d969775d9c759407b885e85c8a8135b7f1abb5ce.tar.bz2
Fixed \versionadded for the (?(id/name)yes|no) expression support.
-rw-r--r--Doc/lib/libre.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index b6818a9..7d59ee5 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -304,7 +304,7 @@ is optional and can be omitted. For example,
\regexp{(<)?(\e w+@\e w+(?:\e .\e w+)+)(?(1)>)} is a poor email matching
pattern, which will match with \code{'<user@host.com>'} as well as
\code{'user@host.com'}, but not with \code{'<user@host.com'}.
-\versionadded{2.3}
+\versionadded{2.4}
\end{list}