Add a note about when the "%r" formatting code was added.

This commit is contained in:
Fred Drake 2002-04-30 14:54:47 +00:00
parent 07c639f577
commit 52cc670711
1 changed files with 1 additions and 0 deletions

View File

@ -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.