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 larry
Recipients larry
Date 2009-05-06.07:48:19
SpamBayes Score 0.00073117437
Marked as misclassified No
Message-id <1241596103.7.0.00921332885306.issue5947@psf.upfronthosting.co.za>
In-reply-to
Content
It's 12:45am, and I've already learned my New Thing for the day.  I
didn't know about PendingDeprecationWarning.  That's just exactly what
CObject should throw.

Attached is a new patch.  The two CObject constructors now throw a
PendingDeprecationWarning every time they are called.

Tested manually: I create CObjects and nothing happens.  I then run
warnings.resetwarnings() and create CObjects and see a
PendingDeprecationWarning.  Perfect!
History
Date User Action Args
2009-05-06 07:48:24larrysetrecipients: + larry
2009-05-06 07:48:23larrysetmessageid: <1241596103.7.0.00921332885306.issue5947@psf.upfronthosting.co.za>
2009-05-06 07:48:22larrylinkissue5947 messages
2009-05-06 07:48:21larrycreate