]> 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:31 +0000 (14:54 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Apr 2002 14:54:31 +0000 (14:54 +0000)
Doc/lib/libstdtypes.tex

index 1edc8bb99c3a2958cad410d0a09f8d1275d01740..5353cfddaa31c6eb3c8326331ff0123c09386678 100644 (file)
@@ -811,6 +811,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.