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 exarkun
Recipients exarkun, rhettinger, tleeuwenburg@gmail.com
Date 2009-03-05.03:59:57
SpamBayes Score 9.651394e-10
Marked as misclassified No
Message-id <1236225599.71.0.227510370469.issue5420@psf.upfronthosting.co.za>
In-reply-to
Content
Unit tests are a great thing as well.  Also, the deprecation warnings
you've added are the really annoying kind.  They refer to users to the
source of the deprecated methods themselves!  A vastly preferable use of
the warnings system is to refer users to the *callers* of the deprecated
methods.  Try passing different values for the stacklevel parameter of
the warnings.warn function until you get a warning that is more helpful.
History
Date User Action Args
2009-03-05 03:59:59exarkunsetrecipients: + exarkun, rhettinger, tleeuwenburg@gmail.com
2009-03-05 03:59:59exarkunsetmessageid: <1236225599.71.0.227510370469.issue5420@psf.upfronthosting.co.za>
2009-03-05 03:59:58exarkunlinkissue5420 messages
2009-03-05 03:59:57exarkuncreate