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 daniel.urban
Recipients alex, daniel.urban, loewis, michael.foord, ncoghlan, pitrou, stutzbach, twouters, vstinner
Date 2011-03-24.21:24:32
SpamBayes Score 0.02028143
Marked as misclassified No
Message-id <1301001873.65.0.130863992322.issue11455@psf.upfronthosting.co.za>
In-reply-to
Content
> I would prefer an explicit PyExc_RuntimeWarning to not have to read the
> source of PyErr_WarnFormat() or its documentation.

The patch at issue11470 adds a new warning type, CompatibilityWarning. I think probably that should be used here too.
History
Date User Action Args
2011-03-24 21:24:33daniel.urbansetrecipients: + daniel.urban, loewis, twouters, ncoghlan, pitrou, vstinner, stutzbach, alex, michael.foord
2011-03-24 21:24:33daniel.urbansetmessageid: <1301001873.65.0.130863992322.issue11455@psf.upfronthosting.co.za>
2011-03-24 21:24:32daniel.urbanlinkissue11455 messages
2011-03-24 21:24:32daniel.urbancreate