mirror of https://github.com/python/cpython
Add a note about when the "%r" formatting code was added.
This commit is contained in:
parent
07c639f577
commit
52cc670711
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue