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 christian.heimes, collinwinter, gvanrossum
Date 2007-11-27.22:21:26
SpamBayes Score 0.0007865488
Marked as misclassified No
Message-id <1196202086.88.0.616889144497.issue1504@psf.upfronthosting.co.za>
In-reply-to
Content
There's C code like this:

	if (Py_Py3kWarningFlag &&
	    PyErr_Warn(PyExc_DeprecationWarning, 
		       "apply() not supported in 3.x") < 0)
		return NULL;

I don't know how to check for that flag in Python though -- we should
really export all flags via the sys module...
History
Date User Action Args
2007-11-27 22:21:27gvanrossumsetspambayes_score: 0.000786549 -> 0.0007865488
recipients: + gvanrossum, collinwinter, christian.heimes
2007-11-27 22:21:26gvanrossumsetspambayes_score: 0.000786549 -> 0.000786549
messageid: <1196202086.88.0.616889144497.issue1504@psf.upfronthosting.co.za>
2007-11-27 22:21:26gvanrossumlinkissue1504 messages
2007-11-27 22:21:26gvanrossumcreate