]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a note about when the "%r" formatting code was added.
authorFred Drake <fdrake@acm.org>
Tue, 30 Apr 2002 14:54:15 +0000 (14:54 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Apr 2002 14:54:15 +0000 (14:54 +0000)
Doc/lib/libstdtypes.tex

index cf7437da5c2cdc93dfbb9281b3ab833313cef744..998d6219295d1cd2c90a7ece9aaac3e69ddb2f1b 100644 (file)
@@ -697,6 +697,7 @@ The conversion types are:
 
 % XXX Examples?
 
+(The \code{\%r} conversion was added in Python 2.0.)
 
 Since Python strings have an explicit length, \code{\%s} conversions
 do not assume that \code{'\e0'} is the end of the string.