commit | 52cc670711ad70c9c3b57d1e6bf07c497ecad353 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Apr 30 14:54:47 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Apr 30 14:54:47 2002 +0000 |
tree | 4156c06c25dc59dea770178df7e4f548403d2612 | |
parent | 07c639f577b52f45c99f50998efc1b0ea511198b [diff] |
Add a note about when the "%r" formatting code was added.
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index e7275ce..75787ba 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex
@@ -816,6 +816,7 @@ % 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.