]> granicus.if.org Git - python/commitdiff
Fixed \versionadded for the (?(id/name)yes|no) expression support.
authorGustavo Niemeyer <gustavo@niemeyer.net>
Sat, 18 Oct 2003 15:28:22 +0000 (15:28 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Sat, 18 Oct 2003 15:28:22 +0000 (15:28 +0000)
Doc/lib/libre.tex

index b6818a9ced7453e86611910e7ff68d79affd64ab..7d59ee51428937b756f62251bcaf96fce5a9ca83 100644 (file)
@@ -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}