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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, tdimson
Date 2008-04-02.07:37:17
SpamBayes Score 0.031616006
Marked as misclassified No
Message-id <1207121838.61.0.524598318419.issue2533@psf.upfronthosting.co.za>
In-reply-to
Content
First, your code does not compile: when compiling the DecorateMe class
body, the DecorateMe class does not yet exist, and
"callback=DecorateMe.callback" is an error!

And this explains your surprise: certainly there is a previous version
of a DecorateMe class in your module (or interactive session). This
other class has the same name, but it is still a different class, hence
the message.
History
Date User Action Args
2008-04-02 07:37:18amaury.forgeotdarcsetspambayes_score: 0.031616 -> 0.031616006
recipients: + amaury.forgeotdarc, tdimson
2008-04-02 07:37:18amaury.forgeotdarcsetspambayes_score: 0.031616 -> 0.031616
messageid: <1207121838.61.0.524598318419.issue2533@psf.upfronthosting.co.za>
2008-04-02 07:37:17amaury.forgeotdarclinkissue2533 messages
2008-04-02 07:37:17amaury.forgeotdarccreate