http://hg.python.org/cpython/rev/ee0c9ca09c84 changeset: 73912:ee0c9ca09c84 branch: 3.2 user: Florent Xicluna <florent.xicluna at gmail.com> date: Fri Dec 09 23:41:21 2011 +0100 summary: Remove obsolete py3k comment. files: Python/_warnings.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Python/_warnings.c b/Python/_warnings.c --- a/Python/_warnings.c +++ b/Python/_warnings.c @@ -888,7 +888,6 @@ 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; -- Repository URL: http://hg.python.org/cpython