[Python-bugs-list] [Bug #121207] % operator on strings not documented

noreply@sourceforge.net noreply@sourceforge.net
Thu, 25 Jan 2001 00:15:03 -0800


Bug #121207, was updated on 2000-Nov-03 04:51
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : fdrake
Summary: % operator on strings not documented

Details: Python string substitution with % is not documented --
the closest the doc gets is at
<http://www.python.org/doc/current/lib/typesseq-strings.html>
which says the string is "interpreted as a C sprintf()
format string", but doesn't say what that means or how
the substitution is done.

Follow-Ups:

Date: 2001-Jan-25 00:15
By: moshez

Comment:
103412 patch is meant to solve this bug.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121207&group_id=5470