From: Fred Drake Date: Tue, 30 Apr 2002 14:54:15 +0000 (+0000) Subject: Add a note about when the "%r" formatting code was added. X-Git-Tag: 2.1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84dfeb3306cfae4d8b8d154459eb1c8c8ebadfb;p=thirdparty%2FPython%2Fcpython.git Add a note about when the "%r" formatting code was added. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index cf7437da5c2c..998d6219295d 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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.