diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-30 14:54:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-30 14:54:47 (GMT) |
commit | 52cc670711ad70c9c3b57d1e6bf07c497ecad353 (patch) | |
tree | 4156c06c25dc59dea770178df7e4f548403d2612 /Doc | |
parent | 07c639f577b52f45c99f50998efc1b0ea511198b (diff) | |
download | cpython-52cc670711ad70c9c3b57d1e6bf07c497ecad353.zip cpython-52cc670711ad70c9c3b57d1e6bf07c497ecad353.tar.gz cpython-52cc670711ad70c9c3b57d1e6bf07c497ecad353.tar.bz2 |
Add a note about when the "%r" formatting code was added.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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. |