Message2261

Author pedronis
Recipients
Date 2005-01-09.19:29:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

this a bit controversial, because CPython itself does

>>> str(array.array('c','xbc'))
"array('c', 'xbc')"

but if I remember the discussion it is valuable to it.
But as it is I think it break str for non chars array,
there's should be an if to fallback to repr form
for those cases.

History
Date User Action Args
2008-02-20 17:18:20adminlinkissue629217 messages
2008-02-20 17:18:20admincreate