From e94427eed23d126ed013274fe9f29f5ef1873097 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Apr 2002 14:54:31 +0000 Subject: [PATCH] Add a note about when the "%r" formatting code was added. --- Doc/lib/libstdtypes.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 1edc8bb99c3a..5353cfddaa31 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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. -- 2.47.3