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

index e7275cec14e800e1ad5e8e731fec78fe32ec243b..75787bad60b8d3ef52d86c88e09c6e9a8f2b6fe0 100644 (file)
@@ -816,6 +816,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.