This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2007-04-02.23:55:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
That's one way of looking at it. You could also say that it found two legitimate problems:

- since array doesn't define __init__() there's no point in calling it

- similarly, float doesn't define __init__()

The copy_reg warning is more subtle, and needs a work-around.  I've checked in all three fixes.
History
Date User Action Args
2007-08-23 14:52:37adminlinkissue1683368 messages
2007-08-23 14:52:37admincreate