From: Florent Xicluna Date: Fri, 9 Dec 2011 22:41:21 +0000 (+0100) Subject: Remove obsolete py3k comment. X-Git-Tag: v3.2.3rc1~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5126df602cd4911c3578173b2c2686ddfaa59478;p=thirdparty%2FPython%2Fcpython.git Remove obsolete py3k comment. --- diff --git a/Python/_warnings.c b/Python/_warnings.c index 615a2d3217a0..c12db44d19eb 100644 --- a/Python/_warnings.c +++ b/Python/_warnings.c @@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action) static PyObject * init_filters(void) { - /* Don't silence DeprecationWarning if -3 was used. */ PyObject *filters = PyList_New(5); unsigned int pos = 0; /* Post-incremented in each use. */ unsigned int x;