From: Fred Drake Date: Tue, 30 Apr 2002 14:54:47 +0000 (+0000) Subject: Add a note about when the "%r" formatting code was added. X-Git-Tag: v2.3c1~5763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52cc670711ad70c9c3b57d1e6bf07c497ecad353;p=python Add a note about when the "%r" formatting code was added. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index e7275cec14..75787bad60 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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.