[Python-bugs-list] [ python-Bugs-493561 ] incorrect format string descrobject.c
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 14 Dec 2001 19:51:17 -0800
Bugs item #493561, was opened at 2001-12-14 19:51
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493561&group_id=5470
Category: Python Interpreter Core
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: incorrect format string descrobject.c
Initial Comment:
The following lines appear to have an incorrect format
string:
descrobject.c:111: "attribute '%300s' of '%.100s'
objects is not readable",
descrobject.c:166: "attribute '%300s' of '%.100s'
objects is not writable",
it seems there should be a . as in '%.300s'
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=493561&group_id=5470